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