is not current version
Last Version 3.0.0

com.threewks.thundr:thundr-user 1.0.0

A thundr module which defines a basic API for user management

GroupId

GroupId

com.threewks.thundr
ArtifactId

ArtifactId

thundr-user
Version

Version

1.0.0
Type

Type

jar

Download thundr-user 1.0.0


<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-user/ -->
<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-user</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-user/
implementation 'com.threewks.thundr:thundr-user:1.0.0'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-user/
implementation ("com.threewks.thundr:thundr-user:1.0.0")
'com.threewks.thundr:thundr-user:jar:1.0.0'
<dependency org="com.threewks.thundr" name="thundr-user" rev="1.0.0">
  <artifact name="thundr-user" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-user', version='1.0.0')
)
libraryDependencies += "com.threewks.thundr" % "thundr-user" % "1.0.0"
[com.threewks.thundr/thundr-user "1.0.0"]