License |
License |
---|---|
GroupId | GroupIdorg.objectweb.fractal.fraclet |
ArtifactId | ArtifactIdparent |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFractal Fraclet parent project
The various Fraclet projects aim at easying the definition of a
Fractal application architecture.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationObjectWeb Consortium |
Filename | Size |
---|---|
parent-2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.fraclet/parent/ -->
<dependency>
<groupId>org.objectweb.fractal.fraclet</groupId>
<artifactId>parent</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.fraclet/parent/
implementation 'org.objectweb.fractal.fraclet:parent:2.0'
// https://jarcasting.com/artifacts/org.objectweb.fractal.fraclet/parent/
implementation ("org.objectweb.fractal.fraclet:parent:2.0")
'org.objectweb.fractal.fraclet:parent:pom:2.0'
<dependency org="org.objectweb.fractal.fraclet" name="parent" rev="2.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.fraclet', module='parent', version='2.0')
)
libraryDependencies += "org.objectweb.fractal.fraclet" % "parent" % "2.0"
[org.objectweb.fractal.fraclet/parent "2.0"]