License |
License |
---|---|
GroupId | GroupIdcom.liveramp |
ArtifactId | ArtifactIdcommons_parent |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCommons
Common data structures and libraries
|
Project URL |
Project URL |
Filename | Size |
---|---|
commons_parent-1.4.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liveramp/commons_parent/ -->
<dependency>
<groupId>com.liveramp</groupId>
<artifactId>commons_parent</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.liveramp/commons_parent/
implementation 'com.liveramp:commons_parent:1.4'
// https://jarcasting.com/artifacts/com.liveramp/commons_parent/
implementation ("com.liveramp:commons_parent:1.4")
'com.liveramp:commons_parent:pom:1.4'
<dependency org="com.liveramp" name="commons_parent" rev="1.4">
<artifact name="commons_parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.liveramp', module='commons_parent', version='1.4')
)
libraryDependencies += "com.liveramp" % "commons_parent" % "1.4"
[com.liveramp/commons_parent "1.4"]