GroupId | GroupIdcom.auth0 |
---|---|
ArtifactId | ArtifactIdauth0 |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
auth0-1.4.0.pom | |
auth0-1.4.0.jar | 137 KB |
auth0-1.4.0-sources.jar | 78 KB |
auth0-1.4.0-javadoc.jar | 339 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.auth0/auth0/ -->
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.auth0/auth0/
implementation 'com.auth0:auth0:1.4.0'
// https://jarcasting.com/artifacts/com.auth0/auth0/
implementation ("com.auth0:auth0:1.4.0")
'com.auth0:auth0:jar:1.4.0'
<dependency org="com.auth0" name="auth0" rev="1.4.0">
<artifact name="auth0" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.auth0', module='auth0', version='1.4.0')
)
libraryDependencies += "com.auth0" % "auth0" % "1.4.0"
[com.auth0/auth0 "1.4.0"]