JRobocom
Java implementation of the classic Robocom programming game
For instructions on how to play the game see the wiki guide
License |
License |
---|---|
GroupId | GroupIdcom.github.thehilikus.jrobocom |
ArtifactId | ArtifactIdjrobocom-core |
Last Version | Last Version1.0.0-beta-02 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJRoboCom core
The game core infrastructure
|
Filename | Size |
---|---|
jrobocom-core-1.0.0-beta-02.pom | |
jrobocom-core-1.0.0-beta-02.jar | 82 KB |
jrobocom-core-1.0.0-beta-02-sources.jar | 57 KB |
jrobocom-core-1.0.0-beta-02-javadoc.jar | 326 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-core/ -->
<dependency>
<groupId>com.github.thehilikus.jrobocom</groupId>
<artifactId>jrobocom-core</artifactId>
<version>1.0.0-beta-02</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-core/
implementation 'com.github.thehilikus.jrobocom:jrobocom-core:1.0.0-beta-02'
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-core/
implementation ("com.github.thehilikus.jrobocom:jrobocom-core:1.0.0-beta-02")
'com.github.thehilikus.jrobocom:jrobocom-core:jar:1.0.0-beta-02'
<dependency org="com.github.thehilikus.jrobocom" name="jrobocom-core" rev="1.0.0-beta-02">
<artifact name="jrobocom-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thehilikus.jrobocom', module='jrobocom-core', version='1.0.0-beta-02')
)
libraryDependencies += "com.github.thehilikus.jrobocom" % "jrobocom-core" % "1.0.0-beta-02"
[com.github.thehilikus.jrobocom/jrobocom-core "1.0.0-beta-02"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm | jar | 4.1 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
com.github.thehilikus.events : event-manager | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.5 |
org.mockito : mockito-all | jar | 1.9.5 |
Java implementation of the classic Robocom programming game
For instructions on how to play the game see the wiki guide