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