is not current version
Last Version 0.5

com.github.tommyettinger:sarong 0.1

Stand-Alone RandOm Number Generators

GroupId

GroupId

com.github.tommyettinger
ArtifactId

ArtifactId

sarong
Version

Version

0.1
Type

Type

jar

Download sarong 0.1


<!-- https://jarcasting.com/artifacts/com.github.tommyettinger/sarong/ -->
<dependency>
    <groupId>com.github.tommyettinger</groupId>
    <artifactId>sarong</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tommyettinger/sarong/
implementation 'com.github.tommyettinger:sarong:0.1'
// https://jarcasting.com/artifacts/com.github.tommyettinger/sarong/
implementation ("com.github.tommyettinger:sarong:0.1")
'com.github.tommyettinger:sarong:jar:0.1'
<dependency org="com.github.tommyettinger" name="sarong" rev="0.1">
  <artifact name="sarong" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tommyettinger', module='sarong', version='0.1')
)
libraryDependencies += "com.github.tommyettinger" % "sarong" % "0.1"
[com.github.tommyettinger/sarong "0.1"]