License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.ocraft |
ArtifactId | ArtifactIdocraft-s2client |
Last Version | Last Version0.4.9 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.github.ocraft:ocraft-s2client
StarCraft II Client - Java library supported on Windows, Linux and Mac designed for building scripted bots and
research using the SC2API.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ocraft-s2client-0.4.9.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.4.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client/
implementation 'com.github.ocraft:ocraft-s2client:0.4.9'
// https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client/
implementation ("com.github.ocraft:ocraft-s2client:0.4.9")
'com.github.ocraft:ocraft-s2client:pom:0.4.9'
<dependency org="com.github.ocraft" name="ocraft-s2client" rev="0.4.9">
<artifact name="ocraft-s2client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ocraft', module='ocraft-s2client', version='0.4.9')
)
libraryDependencies += "com.github.ocraft" % "ocraft-s2client" % "0.4.9"
[com.github.ocraft/ocraft-s2client "0.4.9"]