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