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