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