GroupId | GroupIdcom.sparkpost |
---|---|
ArtifactId | ArtifactIdsparkpost |
Version | Version0.16.1 |
Type | Typepom |
Filename | Size |
---|---|
sparkpost-0.16.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sparkpost/sparkpost/ -->
<dependency>
<groupId>com.sparkpost</groupId>
<artifactId>sparkpost</artifactId>
<version>0.16.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sparkpost/sparkpost/
implementation 'com.sparkpost:sparkpost:0.16.1'
// https://jarcasting.com/artifacts/com.sparkpost/sparkpost/
implementation ("com.sparkpost:sparkpost:0.16.1")
'com.sparkpost:sparkpost:pom:0.16.1'
<dependency org="com.sparkpost" name="sparkpost" rev="0.16.1">
<artifact name="sparkpost" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sparkpost', module='sparkpost', version='0.16.1')
)
libraryDependencies += "com.sparkpost" % "sparkpost" % "0.16.1"
[com.sparkpost/sparkpost "0.16.1"]