t

thundr-gae-user

A thundr module for supporting basic user accounts on thundr-gae
http://3wks.github.com/thundr/
The Apache Software License, Version 2.0
3wks
Nicholas Okunew
文件下载
文件名 操作
thundr-gae-user-1.0-rc2.jar 下载
thundr-gae-user-1.0-rc2.pom 下载
thundr-gae-user-1.0-rc2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-gae-user</artifactId>
  <version>1.0-rc2</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-gae-user:1.0-rc2'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-gae-user:1.0-rc2")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-gae-user" % "1.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-gae-user', version='1.0-rc2')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-gae-user" rev="1.0-rc2" />
Leiningen
[com.threewks.thundr/thundr-gae-user "1.0-rc2"]
Apache Buildr
'com.threewks.thundr:thundr-gae-user:jar:1.0-rc2'