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