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