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