t

thundr-user

A thundr module which defines a basic API for user management
http://3wks.github.com/thundr/
The Apache Software License, Version 2.0
3wks
Nicholas Okunew
Files download
File Operation
thundr-user-2.0.0-rc3.jar download
thundr-user-2.0.0-rc3.pom download
thundr-user-2.0.0-rc3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-user</artifactId>
  <version>2.0.0-rc3</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-user:2.0.0-rc3'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-user:2.0.0-rc3")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-user" % "2.0.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-user', version='2.0.0-rc3')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-user" rev="2.0.0-rc3" />
Leiningen
[com.threewks.thundr/thundr-user "2.0.0-rc3"]
Apache Buildr
'com.threewks.thundr:thundr-user:jar:2.0.0-rc3'