| Categories |
CategoriesSecurity |
|---|---|
| GroupId | GroupIdorg.hspconsortium.reference |
| ArtifactId | ArtifactIdhspc-reference-auth-security |
| Version | Version1.9.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hspconsortium.reference/hspc-reference-auth-security/ -->
<dependency>
<groupId>org.hspconsortium.reference</groupId>
<artifactId>hspc-reference-auth-security</artifactId>
<version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.hspconsortium.reference/hspc-reference-auth-security/
implementation 'org.hspconsortium.reference:hspc-reference-auth-security:1.9.3'
// https://jarcasting.com/artifacts/org.hspconsortium.reference/hspc-reference-auth-security/
implementation ("org.hspconsortium.reference:hspc-reference-auth-security:1.9.3")
'org.hspconsortium.reference:hspc-reference-auth-security:jar:1.9.3'
<dependency org="org.hspconsortium.reference" name="hspc-reference-auth-security" rev="1.9.3">
<artifact name="hspc-reference-auth-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hspconsortium.reference', module='hspc-reference-auth-security', version='1.9.3')
)
libraryDependencies += "org.hspconsortium.reference" % "hspc-reference-auth-security" % "1.9.3"
[org.hspconsortium.reference/hspc-reference-auth-security "1.9.3"]