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