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