Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdauth0-js |
Version | Version9.7.2 |
Type | Typejar |
Filename | Size |
---|---|
auth0-js-9.7.2.pom | |
auth0-js-9.7.2.jar | 539 KB |
auth0-js-9.7.2-sources.jar | 22 bytes |
auth0-js-9.7.2-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>9.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/auth0-js/
implementation 'org.webjars.npm:auth0-js:9.7.2'
// https://jarcasting.com/artifacts/org.webjars.npm/auth0-js/
implementation ("org.webjars.npm:auth0-js:9.7.2")
'org.webjars.npm:auth0-js:jar:9.7.2'
<dependency org="org.webjars.npm" name="auth0-js" rev="9.7.2">
<artifact name="auth0-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='auth0-js', version='9.7.2')
)
libraryDependencies += "org.webjars.npm" % "auth0-js" % "9.7.2"
[org.webjars.npm/auth0-js "9.7.2"]