MVN

org.jgrapes : org.jgrapes.http

Maven & Gradle

May 14, 2023
5 usages
4 stars

org.jgrapes.http · (No description)

<dependency>
    <groupId>org.jgrapes</groupId>
    <artifactId>org.jgrapes.http</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jgrapes : org.jgrapes.http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of org.jgrapes : org.jgrapes.http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
org.jgrapes.http-3.1.0
3.0.x
org.jgrapes.http-3.0.3
org.jgrapes.http-3.0.2
org.jgrapes.http-3.0.1
org.jgrapes.http-3.0.0
1.15.x
org.jgrapes.http-1.15.0
1.14.x
org.jgrapes.http-1.14.0
1.13.x
org.jgrapes.http-1.13.0
1.12.x
org.jgrapes.http-1.12.0
1.11.x
org.jgrapes.http-1.11.0
1.10.x
org.jgrapes.http-1.10.0
1.9.x
org.jgrapes.http-1.9.0
1.8.x
org.jgrapes.http-1.8.0
1.7.x
org.jgrapes.http-1.7.0
1.6.x
org.jgrapes.http-1.6.0
1.5.x
org.jgrapes.http-1.5.0
1.4.x
org.jgrapes.http-1.4.0
1.3.x
org.jgrapes.http-1.3.5
org.jgrapes.http-1.3.4
org.jgrapes.http-1.3.3
org.jgrapes.http-1.3.2
org.jgrapes.http-1.3.1
org.jgrapes.http-1.3.0
1.2.x
org.jgrapes.http-1.2.0
1.1.x
org.jgrapes.http-1.1.2
org.jgrapes.http-1.1.1
org.jgrapes.http-1.1.0
1.0.x
org.jgrapes.http-1.0.5
org.jgrapes.http-1.0.4
org.jgrapes.http-1.0.3
org.jgrapes.http-1.0.2
org.jgrapes.http-1.0.1
org.jgrapes.http-1.0.0
0.20.x
org.jgrapes.http-0.20.1
0.19.x
org.jgrapes.http-0.19.5
org.jgrapes.http-0.19.4
org.jgrapes.http-0.19.3
org.jgrapes.http-0.19.2
org.jgrapes.http-0.19.1
org.jgrapes.http-0.19.0
0.18.x
org.jgrapes.http-0.18.7
org.jgrapes.http-0.18.6
org.jgrapes.http-0.18.5
org.jgrapes.http-0.18.4
org.jgrapes.http-0.18.3
org.jgrapes.http-0.18.2
org.jgrapes.http-0.18.1
org.jgrapes.http-0.18.0
0.17.x
org.jgrapes.http-0.17.2
org.jgrapes.http-0.17.1
org.jgrapes.http-0.17.0
0.16.x
org.jgrapes.http-0.16.1
org.jgrapes.http-0.16.0
0.15.x
org.jgrapes.http-0.15.0
0.14.x
org.jgrapes.http-0.14.0
0.13.x
org.jgrapes.http-0.13.0
0.12.x
org.jgrapes.http-0.12.1
org.jgrapes.http-0.12.0
0.11.x
org.jgrapes.http-0.11.0
0.10.x
org.jgrapes.http-0.10.0
0.9.x
org.jgrapes.http-0.9.35
org.jgrapes.http-0.9.34
org.jgrapes.http-0.9.33
org.jgrapes.http-0.9.31
org.jgrapes.http-0.9.3
org.jgrapes.http-0.9.0

How to add a dependency to Maven

Add the following org.jgrapes : org.jgrapes.http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jgrapes</groupId>
    <artifactId>org.jgrapes.http</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jgrapes : org.jgrapes.http gradle dependency to your build.gradle file:

implementation 'org.jgrapes:org.jgrapes.http:3.1.0'

Gradle Kotlin DSL: Add the following org.jgrapes : org.jgrapes.http gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jgrapes:org.jgrapes.http:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jgrapes : org.jgrapes.http sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jgrapes" % "org.jgrapes.http" % "3.1.0"

Advertisement