GroupId | GroupIdit.thomasjohansen.warbuddy |
---|---|
ArtifactId | ArtifactIdsaml-support |
Version | Version1.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
saml-support-1.0-RC1.pom | |
saml-support-1.0-RC1.jar | 9 KB |
saml-support-1.0-RC1-sources.jar | 3 KB |
saml-support-1.0-RC1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.thomasjohansen.warbuddy/saml-support/ -->
<dependency>
<groupId>it.thomasjohansen.warbuddy</groupId>
<artifactId>saml-support</artifactId>
<version>1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/it.thomasjohansen.warbuddy/saml-support/
implementation 'it.thomasjohansen.warbuddy:saml-support:1.0-RC1'
// https://jarcasting.com/artifacts/it.thomasjohansen.warbuddy/saml-support/
implementation ("it.thomasjohansen.warbuddy:saml-support:1.0-RC1")
'it.thomasjohansen.warbuddy:saml-support:jar:1.0-RC1'
<dependency org="it.thomasjohansen.warbuddy" name="saml-support" rev="1.0-RC1">
<artifact name="saml-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.thomasjohansen.warbuddy', module='saml-support', version='1.0-RC1')
)
libraryDependencies += "it.thomasjohansen.warbuddy" % "saml-support" % "1.0-RC1"
[it.thomasjohansen.warbuddy/saml-support "1.0-RC1"]