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