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