Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdam.ik.home |
ArtifactId | ArtifactIduaa-client |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
uaa-client-1.7.0.pom | |
uaa-client-1.7.0.jar | 19 KB |
uaa-client-1.7.0-sources.jar | 6 KB |
uaa-client-1.7.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/am.ik.home/uaa-client/ -->
<dependency>
<groupId>am.ik.home</groupId>
<artifactId>uaa-client</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/am.ik.home/uaa-client/
implementation 'am.ik.home:uaa-client:1.7.0'
// https://jarcasting.com/artifacts/am.ik.home/uaa-client/
implementation ("am.ik.home:uaa-client:1.7.0")
'am.ik.home:uaa-client:jar:1.7.0'
<dependency org="am.ik.home" name="uaa-client" rev="1.7.0">
<artifact name="uaa-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='am.ik.home', module='uaa-client', version='1.7.0')
)
libraryDependencies += "am.ik.home" % "uaa-client" % "1.7.0"
[am.ik.home/uaa-client "1.7.0"]