License |
License |
---|---|
GroupId | GroupIdorg.objectweb.petals |
ArtifactId | ArtifactIdpetals-fdf |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFractal Deployment Framework
This project is a framework for deployment of a JBI stack: Java, PEtALS and JBI components.
|
Project Organization |
Project OrganizationObjectWeb Consortium |
Filename | Size |
---|---|
petals-fdf-1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-fdf/ -->
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-fdf</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-fdf/
implementation 'org.objectweb.petals:petals-fdf:1.0'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-fdf/
implementation ("org.objectweb.petals:petals-fdf:1.0")
'org.objectweb.petals:petals-fdf:pom:1.0'
<dependency org="org.objectweb.petals" name="petals-fdf" rev="1.0">
<artifact name="petals-fdf" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-fdf', version='1.0')
)
libraryDependencies += "org.objectweb.petals" % "petals-fdf" % "1.0"
[org.objectweb.petals/petals-fdf "1.0"]