GroupId | GroupIdio.github.sachinnagpal |
---|---|
ArtifactId | ArtifactIdrandom |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
random-3.0.pom | |
random-3.0.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sachinnagpal/random/ -->
<dependency>
<groupId>io.github.sachinnagpal</groupId>
<artifactId>random</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sachinnagpal/random/
implementation 'io.github.sachinnagpal:random:3.0'
// https://jarcasting.com/artifacts/io.github.sachinnagpal/random/
implementation ("io.github.sachinnagpal:random:3.0")
'io.github.sachinnagpal:random:jar:3.0'
<dependency org="io.github.sachinnagpal" name="random" rev="3.0">
<artifact name="random" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sachinnagpal', module='random', version='3.0')
)
libraryDependencies += "io.github.sachinnagpal" % "random" % "3.0"
[io.github.sachinnagpal/random "3.0"]