Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdrpm-ant |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
rpm-ant-1.1.0.pom | |
rpm-ant-1.1.0.jar | 14 KB |
rpm-ant-1.1.0-sources.jar | 8 KB |
rpm-ant-1.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/rpm-ant/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>rpm-ant</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/rpm-ant/
implementation 'org.xbib:rpm-ant:1.1.0'
// https://jarcasting.com/artifacts/org.xbib/rpm-ant/
implementation ("org.xbib:rpm-ant:1.1.0")
'org.xbib:rpm-ant:jar:1.1.0'
<dependency org="org.xbib" name="rpm-ant" rev="1.1.0">
<artifact name="rpm-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='rpm-ant', version='1.1.0')
)
libraryDependencies += "org.xbib" % "rpm-ant" % "1.1.0"
[org.xbib/rpm-ant "1.1.0"]