License |
License
Public Domain
|
---|---|
GroupId | GroupIduk.org.retep.tools |
ArtifactId | ArtifactIdrandom |
Last Version | Last Version10.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionretepTools Random Number Generation
The retepTools collection
|
Project Organization |
Project OrganizationRetep Development Group |
Filename | Size |
---|---|
random-10.6.pom | |
random-10.6.jar | 13 KB |
random-10.6-tests.jar | 5 KB |
random-10.6-sources.jar | 12 KB |
random-10.6-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.tools/random/ -->
<dependency>
<groupId>uk.org.retep.tools</groupId>
<artifactId>random</artifactId>
<version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.tools/random/
implementation 'uk.org.retep.tools:random:10.6'
// https://jarcasting.com/artifacts/uk.org.retep.tools/random/
implementation ("uk.org.retep.tools:random:10.6")
'uk.org.retep.tools:random:jar:10.6'
<dependency org="uk.org.retep.tools" name="random" rev="10.6">
<artifact name="random" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.tools', module='random', version='10.6')
)
libraryDependencies += "uk.org.retep.tools" % "random" % "10.6"
[uk.org.retep.tools/random "10.6"]
Group / Artifact | Type | Version |
---|---|---|
uk.org.retep.tools : collections | jar | 10.6 |
Group / Artifact | Type | Version |
---|---|---|
uk.org.retep : testFramework | jar | 10.6 |
junit : junit | jar | 4.7 |