License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.ocraft |
ArtifactId | ArtifactIdocraft-s2client-protocol |
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 |
<!-- https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client-protocol/ -->
<dependency>
<groupId>com.github.ocraft</groupId>
<artifactId>ocraft-s2client-protocol</artifactId>
<version>0.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client-protocol/
implementation 'com.github.ocraft:ocraft-s2client-protocol:0.4.9'
// https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client-protocol/
implementation ("com.github.ocraft:ocraft-s2client-protocol:0.4.9")
'com.github.ocraft:ocraft-s2client-protocol:jar:0.4.9'
<dependency org="com.github.ocraft" name="ocraft-s2client-protocol" rev="0.4.9">
<artifact name="ocraft-s2client-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ocraft', module='ocraft-s2client-protocol', version='0.4.9')
)
libraryDependencies += "com.github.ocraft" % "ocraft-s2client-protocol" % "0.4.9"
[com.github.ocraft/ocraft-s2client-protocol "0.4.9"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 3.7.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.11.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.11.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.3.1 |
org.assertj : assertj-core | jar | 3.11.1 |
nl.jqno.equalsverifier : equalsverifier | jar | 3.0.2 |
de.danielbechler : java-object-diff | jar | 0.95 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.13.3 |