Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.yahoo.athenz |
ArtifactId | ArtifactIdathenz-zts-java-client-core |
Version | Version1.10.45 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.yahoo.athenz/athenz-zts-java-client-core/ -->
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>athenz-zts-java-client-core</artifactId>
<version>1.10.45</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.athenz/athenz-zts-java-client-core/
implementation 'com.yahoo.athenz:athenz-zts-java-client-core:1.10.45'
// https://jarcasting.com/artifacts/com.yahoo.athenz/athenz-zts-java-client-core/
implementation ("com.yahoo.athenz:athenz-zts-java-client-core:1.10.45")
'com.yahoo.athenz:athenz-zts-java-client-core:jar:1.10.45'
<dependency org="com.yahoo.athenz" name="athenz-zts-java-client-core" rev="1.10.45">
<artifact name="athenz-zts-java-client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.athenz', module='athenz-zts-java-client-core', version='1.10.45')
)
libraryDependencies += "com.yahoo.athenz" % "athenz-zts-java-client-core" % "1.10.45"
[com.yahoo.athenz/athenz-zts-java-client-core "1.10.45"]