is not current version
Last Version 1.1

com.github.thehilikus.jrobocom.samples.simple:simple 1.0

Beginner robots to understand the game

GroupId

GroupId

com.github.thehilikus.jrobocom.samples.simple
ArtifactId

ArtifactId

simple
Version

Version

1.0
Type

Type

pom

Download simple 1.0

Filename Size
simple-1.0.pom 776 bytes
Browse

<!-- https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.simple/simple/ -->
<dependency>
    <groupId>com.github.thehilikus.jrobocom.samples.simple</groupId>
    <artifactId>simple</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.simple/simple/
implementation 'com.github.thehilikus.jrobocom.samples.simple:simple:1.0'
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.simple/simple/
implementation ("com.github.thehilikus.jrobocom.samples.simple:simple:1.0")
'com.github.thehilikus.jrobocom.samples.simple:simple:pom:1.0'
<dependency org="com.github.thehilikus.jrobocom.samples.simple" name="simple" rev="1.0">
  <artifact name="simple" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thehilikus.jrobocom.samples.simple', module='simple', version='1.0')
)
libraryDependencies += "com.github.thehilikus.jrobocom.samples.simple" % "simple" % "1.0"
[com.github.thehilikus.jrobocom.samples.simple/simple "1.0"]