array-equal

WebJar for array-equal

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

array-equal
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

array-equal
WebJar for array-equal
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/component/array-equal

Download array-equal

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/array-equal/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>array-equal</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/array-equal/
implementation 'org.webjars.npm:array-equal:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/array-equal/
implementation ("org.webjars.npm:array-equal:1.0.0")
'org.webjars.npm:array-equal:jar:1.0.0'
<dependency org="org.webjars.npm" name="array-equal" rev="1.0.0">
  <artifact name="array-equal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='array-equal', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "array-equal" % "1.0.0"
[org.webjars.npm/array-equal "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Array Equal

Check if two arrays are equal:

var equals = require('array-equal')

assert(equals([1, 2, 3], [1, 2, 3])) // => true
assert(equals([1, 2, 3], [1, 2, 3, 4])) // => false
org.webjars.npm

Components

modular components for component

Versions

Version
1.0.0