Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.adeptnet.auth |
ArtifactId | ArtifactIdauth-saml |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
auth-saml-1.0.1.pom | |
auth-saml-1.0.1.jar | 24 KB |
auth-saml-1.0.1-sources.jar | 17 KB |
auth-saml-1.0.1-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.adeptnet.auth/auth-saml/ -->
<dependency>
<groupId>org.adeptnet.auth</groupId>
<artifactId>auth-saml</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.adeptnet.auth/auth-saml/
implementation 'org.adeptnet.auth:auth-saml:1.0.1'
// https://jarcasting.com/artifacts/org.adeptnet.auth/auth-saml/
implementation ("org.adeptnet.auth:auth-saml:1.0.1")
'org.adeptnet.auth:auth-saml:jar:1.0.1'
<dependency org="org.adeptnet.auth" name="auth-saml" rev="1.0.1">
<artifact name="auth-saml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.adeptnet.auth', module='auth-saml', version='1.0.1')
)
libraryDependencies += "org.adeptnet.auth" % "auth-saml" % "1.0.1"
[org.adeptnet.auth/auth-saml "1.0.1"]