GroupId | GroupIdno.priv.bang.authservice |
---|---|
ArtifactId | ArtifactIdauthservice.definitions |
Version | Version1.4.0 |
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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.definitions/
implementation 'no.priv.bang.authservice:authservice.definitions:1.4.0'
// https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.definitions/
implementation ("no.priv.bang.authservice:authservice.definitions:1.4.0")
'no.priv.bang.authservice:authservice.definitions:jar:1.4.0'
<dependency org="no.priv.bang.authservice" name="authservice.definitions" rev="1.4.0">
<artifact name="authservice.definitions" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.priv.bang.authservice', module='authservice.definitions', version='1.4.0')
)
libraryDependencies += "no.priv.bang.authservice" % "authservice.definitions" % "1.4.0"
[no.priv.bang.authservice/authservice.definitions "1.4.0"]