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