MVN

net.wicp.tams : common-http

Maven & Gradle

Jan 04, 2023
9 usages
<dependency>
    <groupId>net.wicp.tams</groupId>
    <artifactId>common-http</artifactId>
    <version>3.6.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.wicp.tams : common-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.23

All Versions

Choose a version of net.wicp.tams : common-http to add to Maven or Gradle - All Versions:

  • Version Updated
  • common-http-3.6.23

    Jan 04, 2023
  • common-http-3.6.21

    Jun 12, 2022
  • common-http-3.6.20

    May 04, 2022
  • common-http-3.6.18

    Oct 31, 2021
  • common-http-3.6.16

    Aug 08, 2021
  • common-http-3.6.14

    Dec 20, 2020
  • common-http-3.6.13

    Aug 23, 2020
  • common-http-3.6.0

    Jul 26, 2019
  • common-http-3.5.7

    Jul 10, 2018
  • common-http-3.5.4

    May 15, 2018
  • common-http-3.5.3

    Apr 01, 2018
  • common-http-3.5.2

    Mar 31, 2018
  • common-http-3.5.0

    Jan 17, 2018
  • common-http-3.4.1

    Nov 25, 2017
  • common-http-3.4.0

    Nov 21, 2017
  • common-http-3.3.0

    Aug 27, 2017
  • common-http-3.2.0

    Aug 08, 2017
  • common-http-3.1.3

    Jun 13, 2017
  • common-http-3.1.2

    Jun 07, 2017
  • common-http-3.1.0

    May 28, 2017
  • common-http-3.0.5

    Mar 30, 2017
  • common-http-3.0.3

    Mar 12, 2017
  • common-http-3.0.2

    Mar 09, 2017
  • common-http-3.0.1

    Mar 08, 2017
  • common-http-3.0.0

    Mar 07, 2017

How to add a dependency to Maven

Add the following net.wicp.tams : common-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.wicp.tams</groupId>
    <artifactId>common-http</artifactId>
    <version>3.6.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.wicp.tams : common-http gradle dependency to your build.gradle file:

implementation 'net.wicp.tams:common-http:3.6.23'

Gradle Kotlin DSL: Add the following net.wicp.tams : common-http gradle kotlin dependency to your build.gradle.kts file:

implementation("net.wicp.tams:common-http:3.6.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.wicp.tams : common-http sbt scala dependency to your build.sbt file:

libraryDependencies += "net.wicp.tams" % "common-http" % "3.6.23"