is not current version
Last Version 0.4.9

com.github.ocraft:ocraft-s2client 0.3.12

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

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.ocraft
ArtifactId

ArtifactId

ocraft-s2client
Version

Version

0.3.12
Type

Type

pom

Download ocraft-s2client 0.3.12

Filename Size
ocraft-s2client-0.3.12.pom 24 KB
Browse

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