| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.cbismuth |
| Идентификатор | Идентификаторfast-random |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Описание |
ОписаниеFast random
Java API to quickly extract random values from a source array.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| fast-random-1.1.0.pom | |
| fast-random-1.1.0.jar | 7 KB |
| fast-random-1.1.0-sources.jar | 8 KB |
| fast-random-1.1.0-javadoc.jar | 49 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.cbismuth/fast-random/ -->
<dependency>
<groupId>com.github.cbismuth</groupId>
<artifactId>fast-random</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cbismuth/fast-random/
implementation 'com.github.cbismuth:fast-random:1.1.0'
// https://jarcasting.com/artifacts/com.github.cbismuth/fast-random/
implementation ("com.github.cbismuth:fast-random:1.1.0")
'com.github.cbismuth:fast-random:jar:1.1.0'
<dependency org="com.github.cbismuth" name="fast-random" rev="1.1.0">
<artifact name="fast-random" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cbismuth', module='fast-random', version='1.1.0')
)
libraryDependencies += "com.github.cbismuth" % "fast-random" % "1.1.0"
[com.github.cbismuth/fast-random "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.4 |
| com.google.guava : guava | jar | 19.0 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.7 |
| org.fusesource.jansi : jansi | jar | 1.13 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |