Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdnet.bpelunit |
ArtifactId | ArtifactIdant-plugin |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
ant-plugin-1.6.0.pom | |
ant-plugin-1.6.0.jar | 10 KB |
ant-plugin-1.6.0-sources.jar | 4 KB |
ant-plugin-1.6.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bpelunit/ant-plugin/ -->
<dependency>
<groupId>net.bpelunit</groupId>
<artifactId>ant-plugin</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bpelunit/ant-plugin/
implementation 'net.bpelunit:ant-plugin:1.6.0'
// https://jarcasting.com/artifacts/net.bpelunit/ant-plugin/
implementation ("net.bpelunit:ant-plugin:1.6.0")
'net.bpelunit:ant-plugin:jar:1.6.0'
<dependency org="net.bpelunit" name="ant-plugin" rev="1.6.0">
<artifact name="ant-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bpelunit', module='ant-plugin', version='1.6.0')
)
libraryDependencies += "net.bpelunit" % "ant-plugin" % "1.6.0"
[net.bpelunit/ant-plugin "1.6.0"]