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