| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jeasy |
| Идентификатор | Идентификаторeasy-random |
| Последняя версия | Последняя версия5.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеEasy Random
Easy Random is a library to generate random Java beans
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| easy-random-5.0.0.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jeasy/easy-random/ -->
<dependency>
<groupId>org.jeasy</groupId>
<artifactId>easy-random</artifactId>
<version>5.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jeasy/easy-random/
implementation 'org.jeasy:easy-random:5.0.0'
// https://jarcasting.com/artifacts/org.jeasy/easy-random/
implementation ("org.jeasy:easy-random:5.0.0")
'org.jeasy:easy-random:pom:5.0.0'
<dependency org="org.jeasy" name="easy-random" rev="5.0.0">
<artifact name="easy-random" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jeasy', module='easy-random', version='5.0.0')
)
libraryDependencies += "org.jeasy" % "easy-random" % "5.0.0"
[org.jeasy/easy-random "5.0.0"]