is not current version
Last Version 1.1

com.github.thehilikus.jrobocom.samples.simple:bank-jumper 1.0

Simple robot that jumps from bank to bank

GroupId

GroupId

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

ArtifactId

bank-jumper
Version

Version

1.0
Type

Type

jar

Download bank-jumper 1.0


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