| License |
License |
|---|---|
| GroupId | GroupIdguru.bug.gametool |
| ArtifactId | ArtifactIdgametool-lib |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGameTool Library
Just-for-fun library to quickly create simple games
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gametool-lib-1.0.pom | |
| gametool-lib-1.0.jar | 8 MB |
| gametool-lib-1.0-sources.jar | 8 MB |
| gametool-lib-1.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/guru.bug.gametool/gametool-lib/ -->
<dependency>
<groupId>guru.bug.gametool</groupId>
<artifactId>gametool-lib</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/guru.bug.gametool/gametool-lib/
implementation 'guru.bug.gametool:gametool-lib:1.0'
// https://jarcasting.com/artifacts/guru.bug.gametool/gametool-lib/
implementation ("guru.bug.gametool:gametool-lib:1.0")
'guru.bug.gametool:gametool-lib:jar:1.0'
<dependency org="guru.bug.gametool" name="gametool-lib" rev="1.0">
<artifact name="gametool-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='guru.bug.gametool', module='gametool-lib', version='1.0')
)
libraryDependencies += "guru.bug.gametool" % "gametool-lib" % "1.0"
[guru.bug.gametool/gametool-lib "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.openjfx : javafx-base | jar | 11.0.2 |
| org.openjfx : javafx-fxml | jar | 11.0.2 |
| org.openjfx : javafx-controls | jar | 11.0.2 |
| org.openjfx : javafx-swing | jar | 11.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |