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