t

tio-http-server

Files download
File Operation
tio-http-server-3.3.4.v20190705-RELEASE.jar download
tio-http-server-3.3.4.v20190705-RELEASE.pom download
tio-http-server-3.3.4.v20190705-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.t-io</groupId>
  <artifactId>tio-http-server</artifactId>
  <version>3.3.4.v20190705-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.t-io:tio-http-server:3.3.4.v20190705-RELEASE'
Gradle Kotlin
implementation("org.t-io:tio-http-server:3.3.4.v20190705-RELEASE")
Scala SBT
libraryDependencies += "org.t-io" % "tio-http-server" % "3.3.4.v20190705-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.t-io', module='tio-http-server', version='3.3.4.v20190705-RELEASE')
)
Apache Ivy
<dependency org="org.t-io" name="tio-http-server" rev="3.3.4.v20190705-RELEASE" />
Leiningen
[org.t-io/tio-http-server "3.3.4.v20190705-RELEASE"]
Apache Buildr
'org.t-io:tio-http-server:jar:3.3.4.v20190705-RELEASE'