e

edgeauth

Akamai Edge Authorization Token for Java
https://github.com/akamai/EdgeAuth-Token-Java
The Apache License, Version 2.0
Astin Choi Michał Wójcik
Files download
File Operation
edgeauth-1.0.0.jar download
edgeauth-1.0.0.pom download
edgeauth-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.akamai</groupId>
  <artifactId>edgeauth</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.akamai:edgeauth:1.0.0'
Gradle Kotlin
implementation("com.akamai:edgeauth:1.0.0")
Scala SBT
libraryDependencies += "com.akamai" % "edgeauth" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.akamai', module='edgeauth', version='1.0.0')
)
Apache Ivy
<dependency org="com.akamai" name="edgeauth" rev="1.0.0" />
Leiningen
[com.akamai/edgeauth "1.0.0"]
Apache Buildr
'com.akamai:edgeauth:jar:1.0.0'