MVN

org.bithon.agent : agent-plugin-httpclient-jetty

Maven & Gradle

Dec 13, 2021
1 usages
11 stars
<dependency>
    <groupId>org.bithon.agent</groupId>
    <artifactId>agent-plugin-httpclient-jetty</artifactId>
    <version>1.1.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bithon.agent : agent-plugin-httpclient-jetty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0-RELEASE

All Versions

Choose a version of org.bithon.agent : agent-plugin-httpclient-jetty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
agent-plugin-httpclient-jetty-1.1.0-RELEASE

How to add a dependency to Maven

Add the following org.bithon.agent : agent-plugin-httpclient-jetty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bithon.agent</groupId>
    <artifactId>agent-plugin-httpclient-jetty</artifactId>
    <version>1.1.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bithon.agent : agent-plugin-httpclient-jetty gradle dependency to your build.gradle file:

implementation 'org.bithon.agent:agent-plugin-httpclient-jetty:1.1.0-RELEASE'

Gradle Kotlin DSL: Add the following org.bithon.agent : agent-plugin-httpclient-jetty gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bithon.agent:agent-plugin-httpclient-jetty:1.1.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bithon.agent : agent-plugin-httpclient-jetty sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bithon.agent" % "agent-plugin-httpclient-jetty" % "1.1.0-RELEASE"

Advertisement