is not current version
Last Version 1.5

com.liveramp:pom-common 1.4

pom-common is the common POM for LiveRamp's open-source projects

GroupId

GroupId

com.liveramp
ArtifactId

ArtifactId

pom-common
Version

Version

1.4
Type

Type

pom

Download pom-common 1.4

Filename Size
pom-common-1.4.pom 5 KB
Browse

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