GroupId | GroupIdorg.t-io |
---|---|
ArtifactId | ArtifactIdtio-http-server |
Version | Version3.3.2.v20190601-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.t-io/tio-http-server/ -->
<dependency>
<groupId>org.t-io</groupId>
<artifactId>tio-http-server</artifactId>
<version>3.3.2.v20190601-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.t-io/tio-http-server/
implementation 'org.t-io:tio-http-server:3.3.2.v20190601-RELEASE'
// https://jarcasting.com/artifacts/org.t-io/tio-http-server/
implementation ("org.t-io:tio-http-server:3.3.2.v20190601-RELEASE")
'org.t-io:tio-http-server:jar:3.3.2.v20190601-RELEASE'
<dependency org="org.t-io" name="tio-http-server" rev="3.3.2.v20190601-RELEASE">
<artifact name="tio-http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.t-io', module='tio-http-server', version='3.3.2.v20190601-RELEASE')
)
libraryDependencies += "org.t-io" % "tio-http-server" % "3.3.2.v20190601-RELEASE"
[org.t-io/tio-http-server "3.3.2.v20190601-RELEASE"]