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

com.github.ocraft:ocraft-s2client 0.2.5

StarCraft II Client - Java library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.github.ocraft
Идентификатор

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

ocraft-s2client
Версия

Версия

0.2.5
Тип

Тип

pom

Скачать ocraft-s2client 0.2.5

Имя Файла Размер
ocraft-s2client-0.2.5.pom 24 KB
Обзор

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