t

tio-http-server

文件下载
文件名 操作
tio-http-server-3.3.2.v20190601-RELEASE.jar 下载
tio-http-server-3.3.2.v20190601-RELEASE.pom 下载
tio-http-server-3.3.2.v20190601-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.t-io</groupId>
  <artifactId>tio-http-server</artifactId>
  <version>3.3.2.v20190601-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.t-io:tio-http-server:3.3.2.v20190601-RELEASE'
Gradle Kotlin
implementation("org.t-io:tio-http-server:3.3.2.v20190601-RELEASE")
Scala SBT
libraryDependencies += "org.t-io" % "tio-http-server" % "3.3.2.v20190601-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.t-io', module='tio-http-server', version='3.3.2.v20190601-RELEASE')
)
Apache Ivy
<dependency org="org.t-io" name="tio-http-server" rev="3.3.2.v20190601-RELEASE" />
Leiningen
[org.t-io/tio-http-server "3.3.2.v20190601-RELEASE"]
Apache Buildr
'org.t-io:tio-http-server:jar:3.3.2.v20190601-RELEASE'