Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIduk.ac.diamond |
ArtifactId | ArtifactIdshibboleth-ecp-authclient |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/uk.ac.diamond/shibboleth-ecp-authclient/ -->
<dependency>
<groupId>uk.ac.diamond</groupId>
<artifactId>shibboleth-ecp-authclient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.diamond/shibboleth-ecp-authclient/
implementation 'uk.ac.diamond:shibboleth-ecp-authclient:1.0.0'
// https://jarcasting.com/artifacts/uk.ac.diamond/shibboleth-ecp-authclient/
implementation ("uk.ac.diamond:shibboleth-ecp-authclient:1.0.0")
'uk.ac.diamond:shibboleth-ecp-authclient:jar:1.0.0'
<dependency org="uk.ac.diamond" name="shibboleth-ecp-authclient" rev="1.0.0">
<artifact name="shibboleth-ecp-authclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.diamond', module='shibboleth-ecp-authclient', version='1.0.0')
)
libraryDependencies += "uk.ac.diamond" % "shibboleth-ecp-authclient" % "1.0.0"
[uk.ac.diamond/shibboleth-ecp-authclient "1.0.0"]