GroupId | GroupIdpl.ds.websight |
---|---|
ArtifactId | ArtifactIdwebsight-authentication-token |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/pl.ds.websight/websight-authentication-token/ -->
<dependency>
<groupId>pl.ds.websight</groupId>
<artifactId>websight-authentication-token</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.ds.websight/websight-authentication-token/
implementation 'pl.ds.websight:websight-authentication-token:1.0.2'
// https://jarcasting.com/artifacts/pl.ds.websight/websight-authentication-token/
implementation ("pl.ds.websight:websight-authentication-token:1.0.2")
'pl.ds.websight:websight-authentication-token:jar:1.0.2'
<dependency org="pl.ds.websight" name="websight-authentication-token" rev="1.0.2">
<artifact name="websight-authentication-token" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.ds.websight', module='websight-authentication-token', version='1.0.2')
)
libraryDependencies += "pl.ds.websight" % "websight-authentication-token" % "1.0.2"
[pl.ds.websight/websight-authentication-token "1.0.2"]