is not current version
Last Version 9.0.1

tv.hd3g:authkit 0.0.2

Authentification and RBAC module for Spring Boot

GroupId

GroupId

tv.hd3g
ArtifactId

ArtifactId

authkit
Version

Version

0.0.2
Type

Type

jar

Download authkit 0.0.2


<!-- 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"]