не последняя версия
Последняя версия 1.1

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

Beginner robots to understand the game

Группа

Группа

com.github.thehilikus.jrobocom.samples.simple
Идентификатор

Идентификатор

simple
Версия

Версия

1.0
Тип

Тип

pom

Скачать simple 1.0

Имя Файла Размер
simple-1.0.pom 776 bytes
Обзор

<!-- 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"]