is not current version
Last Version 12

org.codehaus.fabric3:fabric 5

Parent POM defining settings for fabric modules.

GroupId

GroupId

org.codehaus.fabric3
ArtifactId

ArtifactId

fabric
Version

Version

5
Type

Type

pom

Download fabric 5

Filename Size
fabric-5.pom 6 KB
Browse

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