| License |
License |
|---|---|
| Categories |
CategoriesDistribution Build Tools |
| GroupId | GroupIdorg.ow2.fractal.distribution.parent |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionparent
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| parent-1.0.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.fractal.distribution.parent/parent/ -->
<dependency>
<groupId>org.ow2.fractal.distribution.parent</groupId>
<artifactId>parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.fractal.distribution.parent/parent/
implementation 'org.ow2.fractal.distribution.parent:parent:1.0'
// https://jarcasting.com/artifacts/org.ow2.fractal.distribution.parent/parent/
implementation ("org.ow2.fractal.distribution.parent:parent:1.0")
'org.ow2.fractal.distribution.parent:parent:pom:1.0'
<dependency org="org.ow2.fractal.distribution.parent" name="parent" rev="1.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.fractal.distribution.parent', module='parent', version='1.0')
)
libraryDependencies += "org.ow2.fractal.distribution.parent" % "parent" % "1.0"
[org.ow2.fractal.distribution.parent/parent "1.0"]