License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.ocraft |
ArtifactId | ArtifactIdocraft-s2client-api |
Last Version | Last Version0.4.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStarCraft II Client - Java library supported on Windows, Linux and Mac designed for building scripted bots and
research using the SC2API.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ocraft-s2client-api-0.4.9.pom | |
ocraft-s2client-api-0.4.9.jar | 64 KB |
ocraft-s2client-api-0.4.9-sources.jar | 51 KB |
ocraft-s2client-api-0.4.9-javadoc.jar | 539 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client-api/ -->
<dependency>
<groupId>com.github.ocraft</groupId>
<artifactId>ocraft-s2client-api</artifactId>
<version>0.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client-api/
implementation 'com.github.ocraft:ocraft-s2client-api:0.4.9'
// https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client-api/
implementation ("com.github.ocraft:ocraft-s2client-api:0.4.9")
'com.github.ocraft:ocraft-s2client-api:jar:0.4.9'
<dependency org="com.github.ocraft" name="ocraft-s2client-api" rev="0.4.9">
<artifact name="ocraft-s2client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ocraft', module='ocraft-s2client-api', version='0.4.9')
)
libraryDependencies += "com.github.ocraft" % "ocraft-s2client-api" % "0.4.9"
[com.github.ocraft/ocraft-s2client-api "0.4.9"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ocraft : ocraft-s2client-protocol | jar | 0.4.9 |
io.vertx : vertx-web-client | jar | 3.7.0 |
io.vertx : vertx-rx-java2 | jar | 3.7.0 |
org.javassist : javassist | jar | 3.23.1-GA |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.13.3 |
org.apache.logging.log4j : log4j-core | jar | 2.13.3 |
com.typesafe : config | jar | 1.3.3 |
Group / Artifact | Type | Version |
---|---|---|
com.github.ocraft : ocraft-s2client-test | jar | 0.4.9 |
org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |
org.mockito : mockito-core | jar | 3.3.3 |
org.assertj : assertj-core | jar | 3.11.1 |
com.jayway.awaitility : awaitility | jar | 1.7.0 |