MVN

com.tvd12 : ezyhttp-client

Maven & Gradle

Aug 13, 2023
10 stars

ezyhttp-client

<dependency>
    <groupId>com.tvd12</groupId>
    <artifactId>ezyhttp-client</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tvd12 : ezyhttp-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of com.tvd12 : ezyhttp-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
ezyhttp-client-1.2.3
ezyhttp-client-1.2.2
ezyhttp-client-1.2.1
ezyhttp-client-1.2.0
1.1.x
ezyhttp-client-1.1.9
ezyhttp-client-1.1.8
ezyhttp-client-1.1.7
ezyhttp-client-1.1.6
ezyhttp-client-1.1.5
ezyhttp-client-1.1.4
ezyhttp-client-1.1.3
ezyhttp-client-1.1.2
ezyhttp-client-1.1.1
ezyhttp-client-1.1.0
1.0.x
ezyhttp-client-1.0.9
ezyhttp-client-1.0.8
ezyhttp-client-1.0.7
ezyhttp-client-1.0.6
ezyhttp-client-1.0.5
ezyhttp-client-1.0.4
ezyhttp-client-1.0.3
ezyhttp-client-1.0.2
ezyhttp-client-1.0.1
ezyhttp-client-1.0.0
0.2.x
ezyhttp-client-0.2.3
ezyhttp-client-0.2.2
ezyhttp-client-0.2.1
ezyhttp-client-0.2.0
0.1.x
ezyhttp-client-0.1.9
ezyhttp-client-0.1.8
ezyhttp-client-0.1.7
ezyhttp-client-0.1.6
ezyhttp-client-0.1.5
ezyhttp-client-0.1.4
ezyhttp-client-0.1.3
ezyhttp-client-0.1.2
ezyhttp-client-0.1.1
ezyhttp-client-0.1.0
0.0.x
ezyhttp-client-0.0.9
ezyhttp-client-0.0.8
ezyhttp-client-0.0.7
ezyhttp-client-0.0.6
ezyhttp-client-0.0.5
ezyhttp-client-0.0.4
ezyhttp-client-0.0.3
ezyhttp-client-0.0.2

How to add a dependency to Maven

Add the following com.tvd12 : ezyhttp-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tvd12</groupId>
    <artifactId>ezyhttp-client</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tvd12 : ezyhttp-client gradle dependency to your build.gradle file:

implementation 'com.tvd12:ezyhttp-client:1.2.3'

Gradle Kotlin DSL: Add the following com.tvd12 : ezyhttp-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tvd12:ezyhttp-client:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tvd12 : ezyhttp-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tvd12" % "ezyhttp-client" % "1.2.3"

Advertisement