License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-rng-sampling |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons RNG Sampling
The Apache Commons RNG Sampling module provides samplers
for various distributions.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-rng-sampling-1.4.pom | |
commons-rng-sampling-1.4.jar | 94 KB |
commons-rng-sampling-1.4-tests.jar | 116 KB |
commons-rng-sampling-1.4-test-sources.jar | 82 KB |
commons-rng-sampling-1.4-sources.jar | 103 KB |
commons-rng-sampling-1.4-javadoc.jar | 634 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-rng-sampling/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-sampling</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-sampling/
implementation 'org.apache.commons:commons-rng-sampling:1.4'
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-sampling/
implementation ("org.apache.commons:commons-rng-sampling:1.4")
'org.apache.commons:commons-rng-sampling:jar:1.4'
<dependency org="org.apache.commons" name="commons-rng-sampling" rev="1.4">
<artifact name="commons-rng-sampling" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-rng-sampling', version='1.4')
)
libraryDependencies += "org.apache.commons" % "commons-rng-sampling" % "1.4"
[org.apache.commons/commons-rng-sampling "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-rng-client-api | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-rng-simple | jar | 1.4 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |