t

turbogwt-http

Turbo GWT Module to facilitate requesting.
http://turbogwt.org/
Files download
File Operation
turbogwt-http-0.3.0.jar download
turbogwt-http-0.3.0.pom download
turbogwt-http-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.turbogwt.net</groupId>
  <artifactId>turbogwt-http</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.turbogwt.net:turbogwt-http:0.3.0'
Gradle Kotlin
implementation("org.turbogwt.net:turbogwt-http:0.3.0")
Scala SBT
libraryDependencies += "org.turbogwt.net" % "turbogwt-http" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.turbogwt.net', module='turbogwt-http', version='0.3.0')
)
Apache Ivy
<dependency org="org.turbogwt.net" name="turbogwt-http" rev="0.3.0" />
Leiningen
[org.turbogwt.net/turbogwt-http "0.3.0"]
Apache Buildr
'org.turbogwt.net:turbogwt-http:jar:0.3.0'