t

thundr-http

Provides an API for http connectivity functionality for thundr projects.
http://3wks.github.com/thundr/
The Apache Software License, Version 2.0
3wks
Nicholas Okunew
文件下载
文件名 操作
thundr-http-3.0.0-rc1.jar 下载
thundr-http-3.0.0-rc1.pom 下载
thundr-http-3.0.0-rc1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-http</artifactId>
  <version>3.0.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-http:3.0.0-rc1'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-http:3.0.0-rc1")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-http" % "3.0.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-http', version='3.0.0-rc1')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-http" rev="3.0.0-rc1" />
Leiningen
[com.threewks.thundr/thundr-http "3.0.0-rc1"]
Apache Buildr
'com.threewks.thundr:thundr-http:jar:3.0.0-rc1'