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
Files download
File Operation
athenz-1.11.25.pom download
Apache Maven
<dependency>
  <groupId>com.yahoo.athenz</groupId>
  <artifactId>athenz</artifactId>
  <version>1.11.25</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.yahoo.athenz:athenz:1.11.25'
Gradle Kotlin
implementation("com.yahoo.athenz:athenz:1.11.25")
Scala SBT
libraryDependencies += "com.yahoo.athenz" % "athenz" % "1.11.25"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.athenz', module='athenz', version='1.11.25')
)
Apache Ivy
<dependency org="com.yahoo.athenz" name="athenz" rev="1.11.25" />
Leiningen
[com.yahoo.athenz/athenz "1.11.25"]
Apache Buildr
'com.yahoo.athenz:athenz:jar:1.11.25'