Download GameEvent-0.0.1.jar file - Jar g

Jar examples for g:GameEvent

Description

Handling of game events

You can download jar file GameEvent 0.0.1 in this page.

License

Apache Licens version 2.0

Build File

You can use the following script to add GameEvent-0.0.1.jar to your project.

<dependency>
   <groupId>ch.sahits.game</groupId>
   <artifactId>GameEvent</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'ch.sahits.game', name: 'GameEvent', version: '0.0.1'
libraryDependencies += "ch.sahits.game" % "GameEvent" % "0.0.1"
<dependency org="ch.sahits.game" name="GameEvent" rev="0.0.1"/>
@Grapes(@Grab(group='ch.sahits.game', module='GameEvent', version='0.0.1'))
'ch.sahits.game:GameEvent:jar:0.0.1'

Download

Click the following link to download the jar file.

GameEvent-0.0.1-javadoc.jar
GameEvent-0.0.1-sources.jar
GameEvent-0.0.1.jar
GameEvent-0.0.1.pom



Related Tutorials