gud

WebJar for gud

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

gud
WebJar for gud
Ссылка на сайт

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

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

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

https://github.com/jamiebuilds/gud

Скачать gud

Имя Файла Размер
gud-1.0.0.pom
gud-1.0.0.jar 3 KB
gud-1.0.0-sources.jar 22 bytes
gud-1.0.0-javadoc.jar 22 bytes
Обзор

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

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

Зависимости

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

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

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

gud

Create a 'gud nuff' (not cryptographically secure) globally unique id

Install

yarn add gud

Usage

const gud = require('gud');

console.log(gud()); // 1
console.log(gud()); // 2

This is ever so slightly better than using something like _.uniqueId because it will work across multiple copies of the same module.

Do not use this in place of actual UUIDs, security folks will hate me.

This will not be unique across processes/workers.

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

Версия
1.0.0