| GroupId | GroupIdcom.threewks.thundr | 
|---|---|
| ArtifactId | ArtifactIdthundr-user | 
| Version | Version3.0.0-beta-2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| thundr-user-3.0.0-beta-2.pom | |
| thundr-user-3.0.0-beta-2.jar | 51 KB | 
| thundr-user-3.0.0-beta-2-tests.jar | 32 KB | 
| thundr-user-3.0.0-beta-2-sources.jar | 53 KB | 
| thundr-user-3.0.0-beta-2-javadoc.jar | 320 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-user/ -->
<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-user</artifactId>
    <version>3.0.0-beta-2</version>
</dependency>// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-user/
implementation 'com.threewks.thundr:thundr-user:3.0.0-beta-2'// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-user/
implementation ("com.threewks.thundr:thundr-user:3.0.0-beta-2")'com.threewks.thundr:thundr-user:jar:3.0.0-beta-2'<dependency org="com.threewks.thundr" name="thundr-user" rev="3.0.0-beta-2">
  <artifact name="thundr-user" type="jar" />
</dependency>@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-user', version='3.0.0-beta-2')
)libraryDependencies += "com.threewks.thundr" % "thundr-user" % "3.0.0-beta-2"[com.threewks.thundr/thundr-user "3.0.0-beta-2"]