| License |
License |
|---|---|
| GroupId | GroupIdio.github.jrlucier.xoro |
| ArtifactId | ArtifactIdxoroshiro128plus |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXoroshiro128plus
A Xoroshiro128+ implementation in pure Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xoroshiro128plus-1.0.pom | |
| xoroshiro128plus-1.0.jar | 4 KB |
| xoroshiro128plus-1.0-sources.jar | 4 KB |
| xoroshiro128plus-1.0-javadoc.jar | 392 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.jrlucier.xoro/xoroshiro128plus/ -->
<dependency>
<groupId>io.github.jrlucier.xoro</groupId>
<artifactId>xoroshiro128plus</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jrlucier.xoro/xoroshiro128plus/
implementation 'io.github.jrlucier.xoro:xoroshiro128plus:1.0'
// https://jarcasting.com/artifacts/io.github.jrlucier.xoro/xoroshiro128plus/
implementation ("io.github.jrlucier.xoro:xoroshiro128plus:1.0")
'io.github.jrlucier.xoro:xoroshiro128plus:jar:1.0'
<dependency org="io.github.jrlucier.xoro" name="xoroshiro128plus" rev="1.0">
<artifact name="xoroshiro128plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jrlucier.xoro', module='xoroshiro128plus', version='1.0')
)
libraryDependencies += "io.github.jrlucier.xoro" % "xoroshiro128plus" % "1.0"
[io.github.jrlucier.xoro/xoroshiro128plus "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |