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
文件下载
文件名 操作
thundr-user-2.0.1.jar 下载
thundr-user-2.0.1.pom 下载
thundr-user-2.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-user</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-user:2.0.1'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-user:2.0.1")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-user" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-user', version='2.0.1')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-user" rev="2.0.1" />
Leiningen
[com.threewks.thundr/thundr-user "2.0.1"]
Apache Buildr
'com.threewks.thundr:thundr-user:jar:2.0.1'