GroupId | GroupIdtv.hd3g |
---|---|
ArtifactId | ArtifactIdauthkit |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
authkit-0.2.0.pom | |
authkit-0.2.0.jar | 170 KB |
authkit-0.2.0-sources.jar | 127 KB |
authkit-0.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/tv.hd3g/authkit/ -->
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>authkit</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/tv.hd3g/authkit/
implementation 'tv.hd3g:authkit:0.2.0'
// https://jarcasting.com/artifacts/tv.hd3g/authkit/
implementation ("tv.hd3g:authkit:0.2.0")
'tv.hd3g:authkit:jar:0.2.0'
<dependency org="tv.hd3g" name="authkit" rev="0.2.0">
<artifact name="authkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='tv.hd3g', module='authkit', version='0.2.0')
)
libraryDependencies += "tv.hd3g" % "authkit" % "0.2.0"
[tv.hd3g/authkit "0.2.0"]