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