GroupId | GroupIdio.github.benas |
---|---|
ArtifactId | ArtifactIdrandom-beans |
Version | Version3.8.0 |
Type | Typejar |
Filename | Size |
---|---|
random-beans-3.8.0.pom | |
random-beans-3.8.0.jar | 135 KB |
random-beans-3.8.0-sources.jar | 164 KB |
random-beans-3.8.0-javadoc.jar | 576 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.benas/random-beans/ -->
<dependency>
<groupId>io.github.benas</groupId>
<artifactId>random-beans</artifactId>
<version>3.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.benas/random-beans/
implementation 'io.github.benas:random-beans:3.8.0'
// https://jarcasting.com/artifacts/io.github.benas/random-beans/
implementation ("io.github.benas:random-beans:3.8.0")
'io.github.benas:random-beans:jar:3.8.0'
<dependency org="io.github.benas" name="random-beans" rev="3.8.0">
<artifact name="random-beans" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.benas', module='random-beans', version='3.8.0')
)
libraryDependencies += "io.github.benas" % "random-beans" % "3.8.0"
[io.github.benas/random-beans "3.8.0"]