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