License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdio.jenetics |
ArtifactId | ArtifactIdprngine |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprngine
PRNGine - Java PRNG Library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
prngine-2.0.0.pom | |
prngine-2.0.0.jar | 75 KB |
prngine-2.0.0-sources.jar | 58 KB |
prngine-2.0.0-javadoc.jar | 454 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jenetics/prngine/ -->
<dependency>
<groupId>io.jenetics</groupId>
<artifactId>prngine</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.jenetics/prngine/
implementation 'io.jenetics:prngine:2.0.0'
// https://jarcasting.com/artifacts/io.jenetics/prngine/
implementation ("io.jenetics:prngine:2.0.0")
'io.jenetics:prngine:jar:2.0.0'
<dependency org="io.jenetics" name="prngine" rev="2.0.0">
<artifact name="prngine" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jenetics', module='prngine', version='2.0.0')
)
libraryDependencies += "io.jenetics" % "prngine" % "2.0.0"
[io.jenetics/prngine "2.0.0"]