a

athenz-zms-core

Core ZMS Interfaces
文件下载
文件名 操作
athenz-zms-core-1.11.51.jar 下载
athenz-zms-core-1.11.51.pom 下载
athenz-zms-core-1.11.51-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.yahoo.athenz</groupId>
  <artifactId>athenz-zms-core</artifactId>
  <version>1.11.51</version>
</dependency>
Gradle Groovy
implementation 'com.yahoo.athenz:athenz-zms-core:1.11.51'
Gradle Kotlin
implementation("com.yahoo.athenz:athenz-zms-core:1.11.51")
Scala SBT
libraryDependencies += "com.yahoo.athenz" % "athenz-zms-core" % "1.11.51"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.athenz', module='athenz-zms-core', version='1.11.51')
)
Apache Ivy
<dependency org="com.yahoo.athenz" name="athenz-zms-core" rev="1.11.51" />
Leiningen
[com.yahoo.athenz/athenz-zms-core "1.11.51"]
Apache Buildr
'com.yahoo.athenz:athenz-zms-core:jar:1.11.51'