is not current version
Last Version 11

org.codehaus.fabric3:parent 2

Parent POM defining project wide settings.

GroupId

GroupId

org.codehaus.fabric3
ArtifactId

ArtifactId

parent
Version

Version

2
Type

Type

pom

Download parent 2

Filename Size
parent-2.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3/parent/ -->
<dependency>
    <groupId>org.codehaus.fabric3</groupId>
    <artifactId>parent</artifactId>
    <version>2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3/parent/
implementation 'org.codehaus.fabric3:parent:2'
// https://jarcasting.com/artifacts/org.codehaus.fabric3/parent/
implementation ("org.codehaus.fabric3:parent:2")
'org.codehaus.fabric3:parent:pom:2'
<dependency org="org.codehaus.fabric3" name="parent" rev="2">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3', module='parent', version='2')
)
libraryDependencies += "org.codehaus.fabric3" % "parent" % "2"
[org.codehaus.fabric3/parent "2"]