| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.smoofyuniverse |
| ArtifactId | ArtifactIdbingo |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBingo
Random choices from weighted lists.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bingo-1.0.1.pom | |
| bingo-1.0.1.jar | 6 KB |
| bingo-1.0.1-sources.jar | 5 KB |
| bingo-1.0.1-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.smoofyuniverse/bingo/ -->
<dependency>
<groupId>net.smoofyuniverse</groupId>
<artifactId>bingo</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.smoofyuniverse/bingo/
implementation 'net.smoofyuniverse:bingo:1.0.1'
// https://jarcasting.com/artifacts/net.smoofyuniverse/bingo/
implementation ("net.smoofyuniverse:bingo:1.0.1")
'net.smoofyuniverse:bingo:jar:1.0.1'
<dependency org="net.smoofyuniverse" name="bingo" rev="1.0.1">
<artifact name="bingo" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smoofyuniverse', module='bingo', version='1.0.1')
)
libraryDependencies += "net.smoofyuniverse" % "bingo" % "1.0.1"
[net.smoofyuniverse/bingo "1.0.1"]