| License |
License |
|---|---|
| GroupId | GroupIdcom.github.tommyettinger |
| ArtifactId | ArtifactIdsarong |
| Last Version | Last Version0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsarong
Stand-Alone RandOm Number Generators
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| sarong-0.5.pom | |
| sarong-0.5.jar | 51 KB |
| sarong-0.5-sources.jar | 54 KB |
| sarong-0.5-javadoc.jar | 326 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tommyettinger/sarong/ -->
<dependency>
<groupId>com.github.tommyettinger</groupId>
<artifactId>sarong</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tommyettinger/sarong/
implementation 'com.github.tommyettinger:sarong:0.5'
// https://jarcasting.com/artifacts/com.github.tommyettinger/sarong/
implementation ("com.github.tommyettinger:sarong:0.5")
'com.github.tommyettinger:sarong:jar:0.5'
<dependency org="com.github.tommyettinger" name="sarong" rev="0.5">
<artifact name="sarong" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tommyettinger', module='sarong', version='0.5')
)
libraryDependencies += "com.github.tommyettinger" % "sarong" % "0.5"
[com.github.tommyettinger/sarong "0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |