t

tio-http-server

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