a

athenz

Open source platform for X.509 certificate based service authentication and fine-grained access control in dynamic infrastructures. Athenz supports provisioning and configuration (centralized authorization) use cases as well as serving/runtime (decentralized authorization) use cases.
https://github.com/AthenZ/athenz
Apache License, Version 2.0
Yahoo Inc.
Athenz Maintainers
文件下载
文件名 操作
athenz-1.11.57.pom 下载
Apache Maven
<dependency>
  <groupId>com.yahoo.athenz</groupId>
  <artifactId>athenz</artifactId>
  <version>1.11.57</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.yahoo.athenz:athenz:1.11.57'
Gradle Kotlin
implementation("com.yahoo.athenz:athenz:1.11.57")
Scala SBT
libraryDependencies += "com.yahoo.athenz" % "athenz" % "1.11.57"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.athenz', module='athenz', version='1.11.57')
)
Apache Ivy
<dependency org="com.yahoo.athenz" name="athenz" rev="1.11.57" />
Leiningen
[com.yahoo.athenz/athenz "1.11.57"]
Apache Buildr
'com.yahoo.athenz:athenz:jar:1.11.57'