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