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-parent |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent POM
A Java reimplementation of the programming game RoboCom http://robocom.rrobek.de/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jrobocom-parent-1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-parent/ -->
<dependency>
<groupId>com.github.thehilikus.jrobocom</groupId>
<artifactId>jrobocom-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-parent/
implementation 'com.github.thehilikus.jrobocom:jrobocom-parent:1.0'
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-parent/
implementation ("com.github.thehilikus.jrobocom:jrobocom-parent:1.0")
'com.github.thehilikus.jrobocom:jrobocom-parent:pom:1.0'
<dependency org="com.github.thehilikus.jrobocom" name="jrobocom-parent" rev="1.0">
<artifact name="jrobocom-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thehilikus.jrobocom', module='jrobocom-parent', version='1.0')
)
libraryDependencies += "com.github.thehilikus.jrobocom" % "jrobocom-parent" % "1.0"
[com.github.thehilikus.jrobocom/jrobocom-parent "1.0"]
Java implementation of the classic Robocom programming game
For instructions on how to play the game see the wiki guide