is not current version
Last Version 12

org.codehaus.fabric3:fabric 9

Parent POM defining settings for fabric modules.

GroupId

GroupId

org.codehaus.fabric3
ArtifactId

ArtifactId

fabric
Version

Version

9
Type

Type

pom

Download fabric 9

Filename Size
fabric-9.pom 6 KB
Browse

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