MVN

org.t-io : tio-http-common

Maven & Gradle

Sep 02, 2022
6 usages

tio-http-common

<dependency>
    <groupId>org.t-io</groupId>
    <artifactId>tio-http-common</artifactId>
    <version>3.8.3.v20220902-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.t-io : tio-http-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8.3.v20220902-RELEASE

All Versions

Choose a version of org.t-io : tio-http-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.8.x
tio-http-common-3.8.3.v20220902-RELEASE
tio-http-common-3.8.2.v20220628-RELEASE
tio-http-common-3.8.1.v20220401-RELEASE
tio-http-common-3.8.0.v20220128-RELEASE
3.7.x
tio-http-common-3.7.6.v20211212-RELEASE
tio-http-common-3.7.5.v20211028-RELEASE
tio-http-common-3.7.4.v20210808-RELEASE
tio-http-common-3.7.3.v20210706-RELEASE
tio-http-common-3.7.2.v20210316-RELEASE
tio-http-common-3.7.1.v20210106-RELEASE
tio-http-common-3.7.0.v20201010-RELEASE
3.6.x
tio-http-common-3.6.2.v20200808-RELEASE
tio-http-common-3.6.1.v20200512-RELEASE
tio-http-common-3.6.0.v20200315-RELEASE
3.5.x
tio-http-common-3.5.9.v20200214-RELEASE
tio-http-common-3.5.8.v20191228-RELEASE
tio-http-common-3.5.7.v20191115-RELEASE
tio-http-common-3.5.6.v20191101-RELEASE
tio-http-common-3.5.5.v20191010-RELEASE
tio-http-common-3.5.3.v20190918-RELEASE
tio-http-common-3.5.2.v20190910-RELEASE
tio-http-common-3.5.1.v20190826-RELEASE
tio-http-common-3.5.0.v20190822-RELEASE
3.3.x
tio-http-common-3.3.8.v20190820-RELEASE
tio-http-common-3.3.7.v20190818-RELEASE
tio-http-common-3.3.6.v20190725-RELEASE
tio-http-common-3.3.5.v20190712-RELEASE
tio-http-common-3.3.4.v20190705-RELEASE
tio-http-common-3.3.3.v20190620-RELEASE
tio-http-common-3.3.2.v20190601-RELEASE
tio-http-common-3.3.1.v20190520-RELEASE
tio-http-common-3.3.0.v20190512-RELEASE
3.2.x
tio-http-common-3.2.9.v20190401-RELEASE
tio-http-common-3.2.8.v20190326-RELEASE
tio-http-common-3.2.7.v20190222-RELEASE
tio-http-common-3.2.6.v20190110-RELEASE
tio-http-common-3.2.5.v20190101-RELEASE
tio-http-common-3.2.4.v20181218-RELEASE
tio-http-common-3.2.3.v20181212-RELEASE
tio-http-common-3.2.2.v20181122-RELEASE
tio-http-common-3.2.1.v20181024-RELEASE
tio-http-common-3.2.0.v20180918-RELEASE
3.1.x
tio-http-common-3.1.9.v20180828-RELEASE
tio-http-common-3.1.8.v20180818-RELEASE
tio-http-common-3.1.7.v20180815-RELEASE
tio-http-common-3.1.6.v20180808-RELEASE
tio-http-common-3.1.5.v20180806-RELEASE
tio-http-common-3.1.4.v20180726-RELEASE
tio-http-common-3.1.3.v20180720-RELEASE
tio-http-common-3.1.2.v20180712-RELEASE
tio-http-common-3.1.1.v20180712-RELEASE
tio-http-common-3.1.0.v20180705-RELEASE
3.0.x
tio-http-common-3.0.9.v20180705-RELEASE
tio-http-common-3.0.8.v20180630-RELEASE
tio-http-common-3.0.7.v20180628-RELEASE
tio-http-common-3.0.6.v20180626-RELEASE
tio-http-common-3.0.5.v20180626-RELEASE
tio-http-common-3.0.4.v20180620-RELEASE
tio-http-common-3.0.3.v20180620-RELEASE
tio-http-common-3.0.2.v20180612-RELEASE
tio-http-common-3.0.1.v20180601-RELEASE
tio-http-common-3.0.0.v20180520-RELEASE
2.4.x
tio-http-common-2.4.0.v20180508-RELEASE
2.3.x
tio-http-common-2.3.0.v20180506-RELEASE
0.1.x
tio-http-common-0.1.0-tio-http
0.0.x
tio-http-common-0.0.9-tio-http
tio-http-common-0.0.8-tio-http
tio-http-common-0.0.7-tio-http
tio-http-common-0.0.6-tio-http
tio-http-common-0.0.5-tio-http
tio-http-common-0.0.4-tio-http
tio-http-common-0.0.3-tio-http
tio-http-common-0.0.2-tio-http
tio-http-common-0.0.1-tio-http

How to add a dependency to Maven

Add the following org.t-io : tio-http-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.t-io</groupId>
    <artifactId>tio-http-common</artifactId>
    <version>3.8.3.v20220902-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.t-io : tio-http-common gradle dependency to your build.gradle file:

implementation 'org.t-io:tio-http-common:3.8.3.v20220902-RELEASE'

Gradle Kotlin DSL: Add the following org.t-io : tio-http-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.t-io:tio-http-common:3.8.3.v20220902-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.t-io : tio-http-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.t-io" % "tio-http-common" % "3.8.3.v20220902-RELEASE"

Advertisement