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