is not current version
Last Version 0.27

com.sparkpost:sparkpost 0.18

SparkPost client library for Java https://www.sparkpost.com/

GroupId

GroupId

com.sparkpost
ArtifactId

ArtifactId

sparkpost
Version

Version

0.18
Type

Type

pom

Download sparkpost 0.18

Filename Size
sparkpost-0.18.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/com.sparkpost/sparkpost/ -->
<dependency>
    <groupId>com.sparkpost</groupId>
    <artifactId>sparkpost</artifactId>
    <version>0.18</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sparkpost/sparkpost/
implementation 'com.sparkpost:sparkpost:0.18'
// https://jarcasting.com/artifacts/com.sparkpost/sparkpost/
implementation ("com.sparkpost:sparkpost:0.18")
'com.sparkpost:sparkpost:pom:0.18'
<dependency org="com.sparkpost" name="sparkpost" rev="0.18">
  <artifact name="sparkpost" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sparkpost', module='sparkpost', version='0.18')
)
libraryDependencies += "com.sparkpost" % "sparkpost" % "0.18"
[com.sparkpost/sparkpost "0.18"]