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