component-xor

WebJar for component-xor

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

component-xor
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

component-xor
WebJar for component-xor
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/component/xor

Download component-xor

How to add to project

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

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.

xor

tiny xor utility function

Installation

Install with component(1):

$ component install component/xor

Or with node.js:

$ npm install component-xor

API

xor(bool, bool)

XOR two boolean values.

xor(true, true) // false
xor(true, false) // true
xor(false, true) // true
xor(false, false) // false

Test

npm install
make test

License

MIT

org.webjars.npm

Components

modular components for component

Versions

Version
0.0.4