j

jrobocom-parent

A Java reimplementation of the programming game RoboCom http://robocom.rrobek.de/
https://github.com/theHilikus/JRoboCom
GNU General Public License v3.0 or later
Alejandro Endo
Files download
File Operation
jrobocom-parent-1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.thehilikus.jrobocom</groupId>
  <artifactId>jrobocom-parent</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.thehilikus.jrobocom:jrobocom-parent:1.0'
Gradle Kotlin
implementation("com.github.thehilikus.jrobocom:jrobocom-parent:1.0")
Scala SBT
libraryDependencies += "com.github.thehilikus.jrobocom" % "jrobocom-parent" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.thehilikus.jrobocom', module='jrobocom-parent', version='1.0')
)
Apache Ivy
<dependency org="com.github.thehilikus.jrobocom" name="jrobocom-parent" rev="1.0" />
Leiningen
[com.github.thehilikus.jrobocom/jrobocom-parent "1.0"]
Apache Buildr
'com.github.thehilikus.jrobocom:jrobocom-parent:jar:1.0'