| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.eatthepath |
| Идентификатор | Идентификаторfast-uuid |
| Последняя версия | Последняя версия0.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеfast-uuid
A Java library for quickly and efficiently parsing and writing UUIDs
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| fast-uuid-0.2.0.pom | |
| fast-uuid-0.2.0.jar | 5 KB |
| fast-uuid-0.2.0-sources.jar | 5 KB |
| fast-uuid-0.2.0-javadoc.jar | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.eatthepath/fast-uuid/ -->
<dependency>
<groupId>com.eatthepath</groupId>
<artifactId>fast-uuid</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.eatthepath/fast-uuid/
implementation 'com.eatthepath:fast-uuid:0.2.0'
// https://jarcasting.com/artifacts/com.eatthepath/fast-uuid/
implementation ("com.eatthepath:fast-uuid:0.2.0")
'com.eatthepath:fast-uuid:jar:0.2.0'
<dependency org="com.eatthepath" name="fast-uuid" rev="0.2.0">
<artifact name="fast-uuid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eatthepath', module='fast-uuid', version='0.2.0')
)
libraryDependencies += "com.eatthepath" % "fast-uuid" % "0.2.0"
[com.eatthepath/fast-uuid "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.openjdk.jmh : jmh-core | jar | 1.21 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.21 |