Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdnet.filebot |
ArtifactId | ArtifactIdant-spk |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
ant-spk-0.5.pom | |
ant-spk-0.5.jar | 24 KB |
ant-spk-0.5-sources.jar | 11 KB |
ant-spk-0.5-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.filebot/ant-spk/ -->
<dependency>
<groupId>net.filebot</groupId>
<artifactId>ant-spk</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.filebot/ant-spk/
implementation 'net.filebot:ant-spk:0.5'
// https://jarcasting.com/artifacts/net.filebot/ant-spk/
implementation ("net.filebot:ant-spk:0.5")
'net.filebot:ant-spk:jar:0.5'
<dependency org="net.filebot" name="ant-spk" rev="0.5">
<artifact name="ant-spk" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.filebot', module='ant-spk', version='0.5')
)
libraryDependencies += "net.filebot" % "ant-spk" % "0.5"
[net.filebot/ant-spk "0.5"]