Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.pustefixframework |
ArtifactId | ArtifactIdpustefix-security |
Version | Version0.20.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.pustefixframework/pustefix-security/ -->
<dependency>
<groupId>org.pustefixframework</groupId>
<artifactId>pustefix-security</artifactId>
<version>0.20.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-security/
implementation 'org.pustefixframework:pustefix-security:0.20.13'
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-security/
implementation ("org.pustefixframework:pustefix-security:0.20.13")
'org.pustefixframework:pustefix-security:jar:0.20.13'
<dependency org="org.pustefixframework" name="pustefix-security" rev="0.20.13">
<artifact name="pustefix-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pustefixframework', module='pustefix-security', version='0.20.13')
)
libraryDependencies += "org.pustefixframework" % "pustefix-security" % "0.20.13"
[org.pustefixframework/pustefix-security "0.20.13"]