GroupId | GroupIdcom.akamai |
---|---|
ArtifactId | ArtifactIdedgeauth |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
edgeauth-0.1.0.pom | |
edgeauth-0.1.0.jar | 7 KB |
edgeauth-0.1.0-sources.jar | 6 KB |
edgeauth-0.1.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.akamai/edgeauth/ -->
<dependency>
<groupId>com.akamai</groupId>
<artifactId>edgeauth</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.akamai/edgeauth/
implementation 'com.akamai:edgeauth:0.1.0'
// https://jarcasting.com/artifacts/com.akamai/edgeauth/
implementation ("com.akamai:edgeauth:0.1.0")
'com.akamai:edgeauth:jar:0.1.0'
<dependency org="com.akamai" name="edgeauth" rev="0.1.0">
<artifact name="edgeauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.akamai', module='edgeauth', version='0.1.0')
)
libraryDependencies += "com.akamai" % "edgeauth" % "0.1.0"
[com.akamai/edgeauth "0.1.0"]