GroupId | GroupIdcom.liveramp |
---|---|
ArtifactId | ArtifactIdjack-test |
Version | Version1.7.1 |
Type | Typejar |
Filename | Size |
---|---|
jack-test-1.7.1.pom | |
jack-test-1.7.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liveramp/jack-test/ -->
<dependency>
<groupId>com.liveramp</groupId>
<artifactId>jack-test</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liveramp/jack-test/
implementation 'com.liveramp:jack-test:1.7.1'
// https://jarcasting.com/artifacts/com.liveramp/jack-test/
implementation ("com.liveramp:jack-test:1.7.1")
'com.liveramp:jack-test:jar:1.7.1'
<dependency org="com.liveramp" name="jack-test" rev="1.7.1">
<artifact name="jack-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liveramp', module='jack-test', version='1.7.1')
)
libraryDependencies += "com.liveramp" % "jack-test" % "1.7.1"
[com.liveramp/jack-test "1.7.1"]