| Group ID: |
org.codehaus.fabric3 |
| Artifact ID: |
fabric3-timer-runtime |
| Last modified: |
07.07.2008 11:58 |
| Packaging: |
sca-contribution-jar |
| Name: |
Fabric3 Timer Implementation - Runtime Extension |
| Description: |
Fabric3 Timer Implementation - Runtime Extension. |
|
|
| Size: |
16.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/codehaus/fabric3/fabric3-timer-runtime/0.5/fabric3-timer-runtime-0.5.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<!--
See the NOTICE file distributed with this work for information
regarding copyright ownership. This file is licensed
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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.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.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-java</artifactId>
<version>0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-timer-provision</artifactId>
<version>0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-timer-spi</artifactId>
<version>0.5</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-contribution-plugin</artifactId>
<version>0.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.5/extension/other/fabric3-timer-runtime</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/fabric3/modules/tags/fabric3-modules-parent-pom-0.5/extension/other/fabric3-timer-runtime</developerConnection>
<url>http://svn.fabric3.codehaus.org/browse/fabric3/modules/tags/fabric3-modules-parent-pom-0.5/extension/other/fabric3-timer-runtime</url>
</scm>
</project>
|
| Maven: |
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-timer-runtime</artifactId>
<version>0.5</version>
</dependency>
|
| Gradle: |
org.codehaus.fabric3:fabric3-timer-runtime:0.5 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|