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