<dependency> <groupId>com.sendgrid</groupId> <artifactId>java-http-client</artifactId> <version>4.3.6</version> </dependency>
implementation 'com.sendgrid:java-http-client:4.3.6'
implementation("com.sendgrid:java-http-client:4.3.6")
libraryDependencies += "com.sendgrid" % "java-http-client" % "4.3.6"
@Grapes( @Grab(group='com.sendgrid', module='java-http-client', version='4.3.6') )
<dependency org="com.sendgrid" name="java-http-client" rev="4.3.6" />
[com.sendgrid/java-http-client "4.3.6"]
'com.sendgrid:java-http-client:jar:4.3.6'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.apache.httpcomponents:httpcore:4.4.13
|-- org.apache.httpcomponents:httpclient:4.5.12
test
|-- junit:junit-dep:4.11
|-- org.mockito:mockito-core:1.10.19