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