Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdarray-index |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
array-index-0.9.1.pom | |
array-index-0.9.1.jar | 11 KB |
array-index-0.9.1-sources.jar | 22 bytes |
array-index-0.9.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/array-index/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>array-index</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/array-index/
implementation 'org.webjars.npm:array-index:0.9.1'
// https://jarcasting.com/artifacts/org.webjars.npm/array-index/
implementation ("org.webjars.npm:array-index:0.9.1")
'org.webjars.npm:array-index:jar:0.9.1'
<dependency org="org.webjars.npm" name="array-index" rev="0.9.1">
<artifact name="array-index" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='array-index', version='0.9.1')
)
libraryDependencies += "org.webjars.npm" % "array-index" % "0.9.1"
[org.webjars.npm/array-index "0.9.1"]