GroupId | GroupIdorg.codehaus.fabric3 |
---|---|
ArtifactId | ArtifactIdfabric3-federation-allocation |
Version | Version1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-federation-allocation/ -->
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-federation-allocation</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-federation-allocation/
implementation 'org.codehaus.fabric3:fabric3-federation-allocation:1.3'
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-federation-allocation/
implementation ("org.codehaus.fabric3:fabric3-federation-allocation:1.3")
'org.codehaus.fabric3:fabric3-federation-allocation:jar:1.3'
<dependency org="org.codehaus.fabric3" name="fabric3-federation-allocation" rev="1.3">
<artifact name="fabric3-federation-allocation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3', module='fabric3-federation-allocation', version='1.3')
)
libraryDependencies += "org.codehaus.fabric3" % "fabric3-federation-allocation" % "1.3"
[org.codehaus.fabric3/fabric3-federation-allocation "1.3"]