Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdh3-js |
Version | Version3.6.4 |
Type | Typejar |
Filename | Size |
---|---|
h3-js-3.6.4.pom | |
h3-js-3.6.4.jar | 1 MB |
h3-js-3.6.4-sources.jar | 22 bytes |
h3-js-3.6.4-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/h3-js/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>h3-js</artifactId>
<version>3.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/h3-js/
implementation 'org.webjars.npm:h3-js:3.6.4'
// https://jarcasting.com/artifacts/org.webjars.npm/h3-js/
implementation ("org.webjars.npm:h3-js:3.6.4")
'org.webjars.npm:h3-js:jar:3.6.4'
<dependency org="org.webjars.npm" name="h3-js" rev="3.6.4">
<artifact name="h3-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='h3-js', version='3.6.4')
)
libraryDependencies += "org.webjars.npm" % "h3-js" % "3.6.4"
[org.webjars.npm/h3-js "3.6.4"]