GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdbase62 |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
base62-0.1.1.pom | |
base62-0.1.1.jar | 5 KB |
base62-0.1.1-sources.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/base62/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>base62</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/base62/
implementation 'org.webjars.npm:base62:0.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/base62/
implementation ("org.webjars.npm:base62:0.1.1")
'org.webjars.npm:base62:jar:0.1.1'
<dependency org="org.webjars.npm" name="base62" rev="0.1.1">
<artifact name="base62" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='base62', version='0.1.1')
)
libraryDependencies += "org.webjars.npm" % "base62" % "0.1.1"
[org.webjars.npm/base62 "0.1.1"]