j

java-http-client

HTTP REST client, simplified for Java
https://github.com/sendgrid/java-http-client
The MIT License (MIT)
Files download
File Operation
java-http-client-4.3.6.jar download
java-http-client-4.3.6.pom download
java-http-client-4.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sendgrid</groupId>
  <artifactId>java-http-client</artifactId>
  <version>4.3.6</version>
</dependency>
Gradle Groovy
implementation 'com.sendgrid:java-http-client:4.3.6'
Gradle Kotlin
implementation("com.sendgrid:java-http-client:4.3.6")
Scala SBT
libraryDependencies += "com.sendgrid" % "java-http-client" % "4.3.6"
Groovy Grape
@Grapes(
  @Grab(group='com.sendgrid', module='java-http-client', version='4.3.6')
)
Apache Ivy
<dependency org="com.sendgrid" name="java-http-client" rev="4.3.6" />
Leiningen
[com.sendgrid/java-http-client "4.3.6"]
Apache Buildr
'com.sendgrid:java-http-client:jar:4.3.6'