MVN

ru.easydonate.easydonate4j : jdk-legacy-http-client

Maven & Gradle

Jan 13, 2022
1 usages
4 stars

EasyDonate4J - Http Client - JDK Legacy

<dependency>
    <groupId>ru.easydonate.easydonate4j</groupId>
    <artifactId>jdk-legacy-http-client</artifactId>
    <version>2.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.easydonate.easydonate4j : jdk-legacy-http-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.6

All Versions

Choose a version of ru.easydonate.easydonate4j : jdk-legacy-http-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jdk-legacy-http-client-2.0.6
jdk-legacy-http-client-2.0.5
jdk-legacy-http-client-2.0.4
jdk-legacy-http-client-2.0.3
jdk-legacy-http-client-2.0.2
jdk-legacy-http-client-2.0.1
jdk-legacy-http-client-2.0.0

How to add a dependency to Maven

Add the following ru.easydonate.easydonate4j : jdk-legacy-http-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.easydonate.easydonate4j</groupId>
    <artifactId>jdk-legacy-http-client</artifactId>
    <version>2.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.easydonate.easydonate4j : jdk-legacy-http-client gradle dependency to your build.gradle file:

implementation 'ru.easydonate.easydonate4j:jdk-legacy-http-client:2.0.6'

Gradle Kotlin DSL: Add the following ru.easydonate.easydonate4j : jdk-legacy-http-client gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.easydonate.easydonate4j:jdk-legacy-http-client:2.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.easydonate.easydonate4j : jdk-legacy-http-client sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.easydonate.easydonate4j" % "jdk-legacy-http-client" % "2.0.6"

Advertisement