Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.codehaus.fabric3 |
ArtifactId | ArtifactIdfabric3-ant-host |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
fabric3-ant-host-1.7.pom | |
fabric3-ant-host-1.7.jar | 21 KB |
fabric3-ant-host-1.7-sources.jar | 20 KB |
fabric3-ant-host-1.7-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-ant-host/ -->
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-ant-host</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-ant-host/
implementation 'org.codehaus.fabric3:fabric3-ant-host:1.7'
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-ant-host/
implementation ("org.codehaus.fabric3:fabric3-ant-host:1.7")
'org.codehaus.fabric3:fabric3-ant-host:jar:1.7'
<dependency org="org.codehaus.fabric3" name="fabric3-ant-host" rev="1.7">
<artifact name="fabric3-ant-host" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3', module='fabric3-ant-host', version='1.7')
)
libraryDependencies += "org.codehaus.fabric3" % "fabric3-ant-host" % "1.7"
[org.codehaus.fabric3/fabric3-ant-host "1.7"]