GroupId | GroupIdio.corbel.lib |
---|---|
ArtifactId | ArtifactIdtoken |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
token-0.7.0.pom | |
token-0.7.0.jar | 35 KB |
token-0.7.0-sources.jar | 16 KB |
token-0.7.0-javadoc.jar | 238 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.corbel.lib/token/ -->
<dependency>
<groupId>io.corbel.lib</groupId>
<artifactId>token</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.corbel.lib/token/
implementation 'io.corbel.lib:token:0.7.0'
// https://jarcasting.com/artifacts/io.corbel.lib/token/
implementation ("io.corbel.lib:token:0.7.0")
'io.corbel.lib:token:jar:0.7.0'
<dependency org="io.corbel.lib" name="token" rev="0.7.0">
<artifact name="token" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.corbel.lib', module='token', version='0.7.0')
)
libraryDependencies += "io.corbel.lib" % "token" % "0.7.0"
[io.corbel.lib/token "0.7.0"]