| Group ID: |
org.codehaus.fabric3 |
| Artifact ID: |
fabric3-timer-runtime |
| Last modified: |
28.09.2008 04:49 |
| Packaging: |
sca-contribution-jar |
| Name: |
Fabric3 Timer Implementation - Runtime Extension |
| Description: |
Fabric3 Timer Implementation - Runtime Extension. |
|
|
| Size: |
13.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/codehaus/fabric3/fabric3-timer-runtime/0.6.5/fabric3-timer-runtime-0.6.5.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<!--
Fabric3
Copyright © 2008 Metaform Systems Limited
This proprietary software may be used only connection with the Fabric3 license
(the “License�), a copy of which is included in the software or may be
obtained at: http://www.metaformsystems.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.fabric3</groupId>
<artifactId>fabric3-extension-implementation-parent-pom</artifactId>
<version>0.6.5</version>
</parent>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-timer-runtime</artifactId>
<name>Fabric3 Timer Implementation - Runtime Extension</name>
<description>Fabric3 Timer Implementation - Runtime Extension.</description>
<packaging>sca-contribution-jar</packaging>
<dependencies>
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-pojo</artifactId>
<version>0.6.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-java</artifactId>
<version>0.6.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-timer-provision</artifactId>
<version>0.6.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-timer-spi</artifactId>
<version>0.6.5</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-contribution-plugin</artifactId>
<version>0.6.5</version>
<extensions>true</extensions>
<configuration>
<mavenImports>
<mavenImport>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-spi</artifactId>
</mavenImport>
<mavenImport>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-java</artifactId>
</mavenImport>
<mavenImport>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-timer-provision</artifactId>
</mavenImport>
<mavenImport>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-timer-spi</artifactId>
</mavenImport>
</mavenImports>
<deployables>
<deployable>META-INF/timerRuntime.composite</deployable>
</deployables>
</configuration>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:http://svn.codehaus.org/fabric3/modules/tags/fabric3-modules-parent-pom-0.6.5/extension/other/fabric3-timer-runtime</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/fabric3/modules/tags/fabric3-modules-parent-pom-0.6.5/extension/other/fabric3-timer-runtime</developerConnection>
<url>http://svn.fabric3.codehaus.org/browse/fabric3/modules/tags/fabric3-modules-parent-pom-0.6.5/extension/other/fabric3-timer-runtime</url>
</scm>
</project>
|
| Maven: |
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-timer-runtime</artifactId>
<version>0.6.5</version>
</dependency>
|
| Gradle: |
org.codehaus.fabric3:fabric3-timer-runtime:0.6.5 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|