Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.pogofish.jadt |
ArtifactId | ArtifactIdjADT-ant |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
jADT-ant-0.2.0.pom | |
jADT-ant-0.2.0.jar | 3 KB |
jADT-ant-0.2.0-sources.jar | 1 KB |
jADT-ant-0.2.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pogofish.jadt/jADT-ant/ -->
<dependency>
<groupId>com.pogofish.jadt</groupId>
<artifactId>jADT-ant</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pogofish.jadt/jADT-ant/
implementation 'com.pogofish.jadt:jADT-ant:0.2.0'
// https://jarcasting.com/artifacts/com.pogofish.jadt/jADT-ant/
implementation ("com.pogofish.jadt:jADT-ant:0.2.0")
'com.pogofish.jadt:jADT-ant:jar:0.2.0'
<dependency org="com.pogofish.jadt" name="jADT-ant" rev="0.2.0">
<artifact name="jADT-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pogofish.jadt', module='jADT-ant', version='0.2.0')
)
libraryDependencies += "com.pogofish.jadt" % "jADT-ant" % "0.2.0"
[com.pogofish.jadt/jADT-ant "0.2.0"]