Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-plugins |
Version | Version1.11 |
Type | Typepom |
Filename | Size |
---|---|
reststop-plugins-1.11.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.reststop/reststop-plugins/ -->
<dependency>
<groupId>org.kantega.reststop</groupId>
<artifactId>reststop-plugins</artifactId>
<version>1.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-plugins/
implementation 'org.kantega.reststop:reststop-plugins:1.11'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-plugins/
implementation ("org.kantega.reststop:reststop-plugins:1.11")
'org.kantega.reststop:reststop-plugins:pom:1.11'
<dependency org="org.kantega.reststop" name="reststop-plugins" rev="1.11">
<artifact name="reststop-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-plugins', version='1.11')
)
libraryDependencies += "org.kantega.reststop" % "reststop-plugins" % "1.11"
[org.kantega.reststop/reststop-plugins "1.11"]