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