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