MVN

live.lingting : tools-http

Maven & Gradle

Nov 05, 2022
1 usages
0 stars
<dependency>
    <groupId>live.lingting</groupId>
    <artifactId>tools-http</artifactId>
    <version>2022.8.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of live.lingting : tools-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2022.8.4.1

All Versions

Choose a version of live.lingting : tools-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2022.8.x
tools-http-2022.8.4.1
2022.7.x
tools-http-2022.7.2.6
2022.3.x
tools-http-2022.3.2
2022.2.x
tools-http-2022.2.3
2022.1.x
tools-http-2022.1.5
tools-http-2022.1.2
tools-http-2022.1.1
2021.12.x
tools-http-2021.12.5.3
tools-http-2021.12.5.2
tools-http-2021.12.5.1

How to add a dependency to Maven

Add the following live.lingting : tools-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>live.lingting</groupId>
    <artifactId>tools-http</artifactId>
    <version>2022.8.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following live.lingting : tools-http gradle dependency to your build.gradle file:

implementation 'live.lingting:tools-http:2022.8.4.1'

Gradle Kotlin DSL: Add the following live.lingting : tools-http gradle kotlin dependency to your build.gradle.kts file:

implementation("live.lingting:tools-http:2022.8.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following live.lingting : tools-http sbt scala dependency to your build.sbt file:

libraryDependencies += "live.lingting" % "tools-http" % "2022.8.4.1"

Advertisement