License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-rng-client-api |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons RNG Client API
API for client code that uses random numbers generators.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-rng-client-api/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-client-api</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-client-api/
implementation 'org.apache.commons:commons-rng-client-api:1.4'
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-client-api/
implementation ("org.apache.commons:commons-rng-client-api:1.4")
'org.apache.commons:commons-rng-client-api:jar:1.4'
<dependency org="org.apache.commons" name="commons-rng-client-api" rev="1.4">
<artifact name="commons-rng-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-rng-client-api', version='1.4')
)
libraryDependencies += "org.apache.commons" % "commons-rng-client-api" % "1.4"
[org.apache.commons/commons-rng-client-api "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |