j

java-http-client

A simple HTTP client
https://github.com/sendgrid/java-http-client
MIT License
Elmer Thomas
文件下载
文件名 操作
java-http-client-4.1.0.jar 下载
java-http-client-4.1.0.pom 下载
java-http-client-4.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sendgrid</groupId>
  <artifactId>java-http-client</artifactId>
  <version>4.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.sendgrid:java-http-client:4.1.0'
Gradle Kotlin
implementation("com.sendgrid:java-http-client:4.1.0")
Scala SBT
libraryDependencies += "com.sendgrid" % "java-http-client" % "4.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.sendgrid', module='java-http-client', version='4.1.0')
)
Apache Ivy
<dependency org="com.sendgrid" name="java-http-client" rev="4.1.0" />
Leiningen
[com.sendgrid/java-http-client "4.1.0"]
Apache Buildr
'com.sendgrid:java-http-client:jar:4.1.0'