| GroupId | GroupIdcom.threewks.thundr | 
|---|---|
| ArtifactId | ArtifactIdthundr-user | 
| Version | Version3.0.0-beta-1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| thundr-user-3.0.0-beta-1.pom | |
| thundr-user-3.0.0-beta-1.jar | 39 KB | 
| thundr-user-3.0.0-beta-1-tests.jar | 32 KB | 
| thundr-user-3.0.0-beta-1-sources.jar | 36 KB | 
| thundr-user-3.0.0-beta-1-javadoc.jar | 220 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-1</version>
</dependency>// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-user/
implementation 'com.threewks.thundr:thundr-user:3.0.0-beta-1'// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-user/
implementation ("com.threewks.thundr:thundr-user:3.0.0-beta-1")'com.threewks.thundr:thundr-user:jar:3.0.0-beta-1'<dependency org="com.threewks.thundr" name="thundr-user" rev="3.0.0-beta-1">
  <artifact name="thundr-user" type="jar" />
</dependency>@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-user', version='3.0.0-beta-1')
)libraryDependencies += "com.threewks.thundr" % "thundr-user" % "3.0.0-beta-1"[com.threewks.thundr/thundr-user "3.0.0-beta-1"]