GroupId | GroupIdam.ik.home |
---|---|
ArtifactId | ArtifactIduaa-integration-test |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
uaa-integration-test-1.0.0.pom | |
uaa-integration-test-1.0.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/am.ik.home/uaa-integration-test/ -->
<dependency>
<groupId>am.ik.home</groupId>
<artifactId>uaa-integration-test</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/am.ik.home/uaa-integration-test/
implementation 'am.ik.home:uaa-integration-test:1.0.0'
// https://jarcasting.com/artifacts/am.ik.home/uaa-integration-test/
implementation ("am.ik.home:uaa-integration-test:1.0.0")
'am.ik.home:uaa-integration-test:jar:1.0.0'
<dependency org="am.ik.home" name="uaa-integration-test" rev="1.0.0">
<artifact name="uaa-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='am.ik.home', module='uaa-integration-test', version='1.0.0')
)
libraryDependencies += "am.ik.home" % "uaa-integration-test" % "1.0.0"
[am.ik.home/uaa-integration-test "1.0.0"]