Categories |
CategoriesAnt Build Tools Security |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-security-plugin |
Version | Version3.5 |
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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-security-plugin/
implementation 'org.kantega.reststop:reststop-security-plugin:3.5'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-security-plugin/
implementation ("org.kantega.reststop:reststop-security-plugin:3.5")
'org.kantega.reststop:reststop-security-plugin:jar:3.5'
<dependency org="org.kantega.reststop" name="reststop-security-plugin" rev="3.5">
<artifact name="reststop-security-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-security-plugin', version='3.5')
)
libraryDependencies += "org.kantega.reststop" % "reststop-security-plugin" % "3.5"
[org.kantega.reststop/reststop-security-plugin "3.5"]