Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-statistics-plugin |
Version | Version1.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kantega.reststop/reststop-statistics-plugin/ -->
<dependency>
<groupId>org.kantega.reststop</groupId>
<artifactId>reststop-statistics-plugin</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-statistics-plugin/
implementation 'org.kantega.reststop:reststop-statistics-plugin:1.10'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-statistics-plugin/
implementation ("org.kantega.reststop:reststop-statistics-plugin:1.10")
'org.kantega.reststop:reststop-statistics-plugin:jar:1.10'
<dependency org="org.kantega.reststop" name="reststop-statistics-plugin" rev="1.10">
<artifact name="reststop-statistics-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-statistics-plugin', version='1.10')
)
libraryDependencies += "org.kantega.reststop" % "reststop-statistics-plugin" % "1.10"
[org.kantega.reststop/reststop-statistics-plugin "1.10"]