MVN

tech.ynfy : ynfy-tool-httpconnect

Maven & Gradle

Aug 08, 2023
3 stars

tech.ynfy:ynfy-tool-httpconnect · A Http Util for Java

<dependency>
    <groupId>tech.ynfy</groupId>
    <artifactId>ynfy-tool-httpconnect</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.ynfy : ynfy-tool-httpconnect to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of tech.ynfy : ynfy-tool-httpconnect to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ynfy-tool-httpconnect-1.1.4
ynfy-tool-httpconnect-1.1.3
ynfy-tool-httpconnect-1.1.2
ynfy-tool-httpconnect-1.1.1
ynfy-tool-httpconnect-1.1.0
1.0.x
ynfy-tool-httpconnect-1.0.5
ynfy-tool-httpconnect-1.0.4
ynfy-tool-httpconnect-1.0.3

How to add a dependency to Maven

Add the following tech.ynfy : ynfy-tool-httpconnect maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.ynfy</groupId>
    <artifactId>ynfy-tool-httpconnect</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.ynfy : ynfy-tool-httpconnect gradle dependency to your build.gradle file:

implementation 'tech.ynfy:ynfy-tool-httpconnect:1.1.4'

Gradle Kotlin DSL: Add the following tech.ynfy : ynfy-tool-httpconnect gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.ynfy:ynfy-tool-httpconnect:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.ynfy : ynfy-tool-httpconnect sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.ynfy" % "ynfy-tool-httpconnect" % "1.1.4"