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