GroupId | GroupIdno.priv.bang.authservice |
---|---|
ArtifactId | ArtifactIdauthservice.definitions |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.definitions/ -->
<dependency>
<groupId>no.priv.bang.authservice</groupId>
<artifactId>authservice.definitions</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.definitions/
implementation 'no.priv.bang.authservice:authservice.definitions:1.0.1'
// https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.definitions/
implementation ("no.priv.bang.authservice:authservice.definitions:1.0.1")
'no.priv.bang.authservice:authservice.definitions:jar:1.0.1'
<dependency org="no.priv.bang.authservice" name="authservice.definitions" rev="1.0.1">
<artifact name="authservice.definitions" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.priv.bang.authservice', module='authservice.definitions', version='1.0.1')
)
libraryDependencies += "no.priv.bang.authservice" % "authservice.definitions" % "1.0.1"
[no.priv.bang.authservice/authservice.definitions "1.0.1"]