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