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