Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.wetator |
ArtifactId | ArtifactIdwetator-ant |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
wetator-ant-1.6.0.pom | |
wetator-ant-1.6.0.jar | 9 KB |
wetator-ant-1.6.0-sources.jar | 3 MB |
wetator-ant-1.6.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wetator/wetator-ant/ -->
<dependency>
<groupId>org.wetator</groupId>
<artifactId>wetator-ant</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wetator/wetator-ant/
implementation 'org.wetator:wetator-ant:1.6.0'
// https://jarcasting.com/artifacts/org.wetator/wetator-ant/
implementation ("org.wetator:wetator-ant:1.6.0")
'org.wetator:wetator-ant:jar:1.6.0'
<dependency org="org.wetator" name="wetator-ant" rev="1.6.0">
<artifact name="wetator-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wetator', module='wetator-ant', version='1.6.0')
)
libraryDependencies += "org.wetator" % "wetator-ant" % "1.6.0"
[org.wetator/wetator-ant "1.6.0"]