a

authz-fs

Independent FileServer via HTTP (not S) for Public Files (i.e. CRLs)
https://github.com/att/AAF
BSD License
Jonathan Gathman
Files download
File Operation
authz-fs-2.0.15.jar download
authz-fs-2.0.15.pom download
authz-fs-2.0.15-sources.jar download
Apache Maven
<dependency>
  <groupId>com.att.authz</groupId>
  <artifactId>authz-fs</artifactId>
  <version>2.0.15</version>
</dependency>
Gradle Groovy
implementation 'com.att.authz:authz-fs:2.0.15'
Gradle Kotlin
implementation("com.att.authz:authz-fs:2.0.15")
Scala SBT
libraryDependencies += "com.att.authz" % "authz-fs" % "2.0.15"
Groovy Grape
@Grapes(
  @Grab(group='com.att.authz', module='authz-fs', version='2.0.15')
)
Apache Ivy
<dependency org="com.att.authz" name="authz-fs" rev="2.0.15" />
Leiningen
[com.att.authz/authz-fs "2.0.15"]
Apache Buildr
'com.att.authz:authz-fs:jar:2.0.15'