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