| License |
License |
|---|---|
| GroupId | GroupIdorg.jeasy |
| ArtifactId | ArtifactIdeasy-random |
| Last Version | Last Version5.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionEasy Random
Easy Random is a library to generate random Java beans
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| easy-random-5.0.0.pom | 10 KB |
| Browse |
<!-- 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"]