Arkanoid: GameTool usage example

Just-for-fun library to quickly create simple games

License

License

GroupId

GroupId

guru.bug.gametool
ArtifactId

ArtifactId

example-arkanoid
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Arkanoid: GameTool usage example
Just-for-fun library to quickly create simple games
Project URL

Project URL

http://gamez.bug.guru
Source Code Management

Source Code Management

https://gitlab.com/dima/game-tool

Download example-arkanoid

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
guru.bug.gametool : gametool-lib jar 1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0