component-xor

WebJar for component-xor

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

component-xor
Последняя версия

Последняя версия

0.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

component-xor
WebJar for component-xor
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/component/xor

Скачать component-xor

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.0.4