<dependency> <groupId>com.sendgrid</groupId> <artifactId>sendgrid-java</artifactId> <version>4.1.2</version> </dependency>
implementation 'com.sendgrid:sendgrid-java:4.1.2'
implementation("com.sendgrid:sendgrid-java:4.1.2")
libraryDependencies += "com.sendgrid" % "sendgrid-java" % "4.1.2"
@Grapes( @Grab(group='com.sendgrid', module='sendgrid-java', version='4.1.2') )
<dependency org="com.sendgrid" name="sendgrid-java" rev="4.1.2" />
[com.sendgrid/sendgrid-java "4.1.2"]
'com.sendgrid:sendgrid-java:jar:4.1.2'
compile
|-- com.sendgrid:java-http-client:4.1.0
|-- com.fasterxml.jackson.core:jackson-core:2.5.3
|-- com.fasterxml.jackson.core:jackson-databind:2.5.3
|-- com.fasterxml.jackson.core:jackson-annotations:2.5.3
test
|-- junit:junit:4.12