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