is not current version
Last Version 11

org.codehaus.fabric3:parent 6

Parent POM defining project wide settings.

GroupId

GroupId

org.codehaus.fabric3
ArtifactId

ArtifactId

parent
Version

Version

6
Type

Type

pom

Download parent 6

Filename Size
parent-6.pom 4 KB
Browse

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