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