| Group ID: |
org.codehaus.service-conduit |
| Artifact ID: |
sca4j-timer-runtime |
| Last modified: |
21.03.2010 12:39 |
| Packaging: |
sca-contribution-jar |
| Name: |
SCA4J Timer Implementation - Runtime Extension |
| Description: |
SCA4J Timer Implementation - Runtime Extension. |
|
|
| Size: |
16.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/codehaus/service-conduit/sca4j-timer-runtime/0.4.2/sca4j-timer-runtime-0.4.2.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<!--
SCA4J
Copyright (c) 2008-2012 Service Symphony Limited
This proprietary software may be used only in connection with the SCA4J license
(the ?License?), a copy of which is included in the software or may be obtained
at: http://www.servicesymphony.com/licenses/license.html.
Software distributed under the License is distributed on an as is basis, without
warranties or conditions of any kind. See the License for the specific language
governing permissions and limitations of use of the software. This software is
distributed in conjunction with other software licensed under different terms.
See the separate licenses for those programs included in the distribution for the
permitted and restricted uses of such software.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.service-conduit</groupId>
<artifactId>sca4j-extension-implementation-parent-pom</artifactId>
<version>0.4.2</version>
</parent>
<groupId>org.codehaus.service-conduit</groupId>
<artifactId>sca4j-timer-runtime</artifactId>
<name>SCA4J Timer Implementation - Runtime Extension</name>
<description>SCA4J Timer Implementation - Runtime Extension.</description>
<packaging>sca-contribution-jar</packaging>
<dependencies>
<dependency>
<groupId>org.codehaus.service-conduit</groupId>
<artifactId>sca4j-pojo</artifactId>
<version>0.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.service-conduit</groupId>
<artifactId>sca4j-java</artifactId>
<version>0.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.service-conduit</groupId>
<artifactId>sca4j-timer-provision</artifactId>
<version>0.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.service-conduit</groupId>
<artifactId>sca4j-timer-spi</artifactId>
<version>0.4.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.service-conduit</groupId>
<artifactId>sca4j-contribution-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<deployables>
<deployable>META-INF/timerRuntime.composite</deployable>
</deployables>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.codehaus.service-conduit</groupId>
<artifactId>sca4j-timer-runtime</artifactId>
<version>0.4.2</version>
</dependency>
|
| Gradle: |
org.codehaus.service-conduit:sca4j-timer-runtime:0.4.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|