ids

WebJar for ids

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

ids
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

ids
WebJar for ids
Project URL

Project URL

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

Source Code Management

https://github.com/bpmn-io/ids

Download ids

How to add to project

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

ids

Build Status

A simple caching id generation utility.

Usage

var Ids = require('ids');

var ids = new Ids();

var next = ids.next(); // returns id

ids.claim('f71a81'); // claim id as already existing

ids.assigned('f71a81'); // true if id was already generated / claimed

Get the library

Fetch it via npm:

npm install --save ids

License

Use under the terms of the MIT license.

org.webjars.npm

bpmn.io

Rendering toolkits and editors for BPMN 2.0, CMMN, DMN, and forms.

Versions

Version
1.0.0
0.2.2
0.2.0