GroupId | GroupIdorg.jeasy |
---|---|
ArtifactId | ArtifactIdeasy-random-randomizers |
Version | Version4.0.0.RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jeasy/easy-random-randomizers/ -->
<dependency>
<groupId>org.jeasy</groupId>
<artifactId>easy-random-randomizers</artifactId>
<version>4.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeasy/easy-random-randomizers/
implementation 'org.jeasy:easy-random-randomizers:4.0.0.RC1'
// https://jarcasting.com/artifacts/org.jeasy/easy-random-randomizers/
implementation ("org.jeasy:easy-random-randomizers:4.0.0.RC1")
'org.jeasy:easy-random-randomizers:jar:4.0.0.RC1'
<dependency org="org.jeasy" name="easy-random-randomizers" rev="4.0.0.RC1">
<artifact name="easy-random-randomizers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeasy', module='easy-random-randomizers', version='4.0.0.RC1')
)
libraryDependencies += "org.jeasy" % "easy-random-randomizers" % "4.0.0.RC1"
[org.jeasy/easy-random-randomizers "4.0.0.RC1"]