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