Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.sonatype.nexus.ant |
ArtifactId | ArtifactIdnexus-ant-tasks |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
nexus-ant-tasks-1.1.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.ant/nexus-ant-tasks/ -->
<dependency>
<groupId>org.sonatype.nexus.ant</groupId>
<artifactId>nexus-ant-tasks</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.ant/nexus-ant-tasks/
implementation 'org.sonatype.nexus.ant:nexus-ant-tasks:1.1'
// https://jarcasting.com/artifacts/org.sonatype.nexus.ant/nexus-ant-tasks/
implementation ("org.sonatype.nexus.ant:nexus-ant-tasks:1.1")
'org.sonatype.nexus.ant:nexus-ant-tasks:pom:1.1'
<dependency org="org.sonatype.nexus.ant" name="nexus-ant-tasks" rev="1.1">
<artifact name="nexus-ant-tasks" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.ant', module='nexus-ant-tasks', version='1.1')
)
libraryDependencies += "org.sonatype.nexus.ant" % "nexus-ant-tasks" % "1.1"
[org.sonatype.nexus.ant/nexus-ant-tasks "1.1"]