GroupId | GroupIdio.github.benas |
---|---|
ArtifactId | ArtifactIdrandom-beans |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
random-beans-3.4.0.pom | |
random-beans-3.4.0.jar | 127 KB |
random-beans-3.4.0-sources.jar | 157 KB |
random-beans-3.4.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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.benas/random-beans/
implementation 'io.github.benas:random-beans:3.4.0'
// https://jarcasting.com/artifacts/io.github.benas/random-beans/
implementation ("io.github.benas:random-beans:3.4.0")
'io.github.benas:random-beans:jar:3.4.0'
<dependency org="io.github.benas" name="random-beans" rev="3.4.0">
<artifact name="random-beans" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.benas', module='random-beans', version='3.4.0')
)
libraryDependencies += "io.github.benas" % "random-beans" % "3.4.0"
[io.github.benas/random-beans "3.4.0"]