Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdauth0-js |
Version | Version8.4.0 |
Type | Typejar |
Filename | Size |
---|---|
auth0-js-8.4.0.pom | |
auth0-js-8.4.0.jar | 386 KB |
auth0-js-8.4.0-sources.jar | 22 bytes |
auth0-js-8.4.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/auth0-js/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>auth0-js</artifactId>
<version>8.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/auth0-js/
implementation 'org.webjars.npm:auth0-js:8.4.0'
// https://jarcasting.com/artifacts/org.webjars.npm/auth0-js/
implementation ("org.webjars.npm:auth0-js:8.4.0")
'org.webjars.npm:auth0-js:jar:8.4.0'
<dependency org="org.webjars.npm" name="auth0-js" rev="8.4.0">
<artifact name="auth0-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='auth0-js', version='8.4.0')
)
libraryDependencies += "org.webjars.npm" % "auth0-js" % "8.4.0"
[org.webjars.npm/auth0-js "8.4.0"]