GroupId | GroupIdcom.acxiom |
---|---|
ArtifactId | ArtifactIdmetalus |
Version | Version1.6.6 |
Type | Typepom |
Filename | Size |
---|---|
metalus-1.6.6.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.acxiom/metalus/ -->
<dependency>
<groupId>com.acxiom</groupId>
<artifactId>metalus</artifactId>
<version>1.6.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.acxiom/metalus/
implementation 'com.acxiom:metalus:1.6.6'
// https://jarcasting.com/artifacts/com.acxiom/metalus/
implementation ("com.acxiom:metalus:1.6.6")
'com.acxiom:metalus:pom:1.6.6'
<dependency org="com.acxiom" name="metalus" rev="1.6.6">
<artifact name="metalus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.acxiom', module='metalus', version='1.6.6')
)
libraryDependencies += "com.acxiom" % "metalus" % "1.6.6"
[com.acxiom/metalus "1.6.6"]