a

athenz-zts-core

Core ZTS Interfaces
Files download
File Operation
athenz-zts-core-1.11.44.jar download
athenz-zts-core-1.11.44.pom download
athenz-zts-core-1.11.44-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yahoo.athenz</groupId>
  <artifactId>athenz-zts-core</artifactId>
  <version>1.11.44</version>
</dependency>
Gradle Groovy
implementation 'com.yahoo.athenz:athenz-zts-core:1.11.44'
Gradle Kotlin
implementation("com.yahoo.athenz:athenz-zts-core:1.11.44")
Scala SBT
libraryDependencies += "com.yahoo.athenz" % "athenz-zts-core" % "1.11.44"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.athenz', module='athenz-zts-core', version='1.11.44')
)
Apache Ivy
<dependency org="com.yahoo.athenz" name="athenz-zts-core" rev="1.11.44" />
Leiningen
[com.yahoo.athenz/athenz-zts-core "1.11.44"]
Apache Buildr
'com.yahoo.athenz:athenz-zts-core:jar:1.11.44'