License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.ocraft |
ArtifactId | ArtifactIdocraft-s2client-test |
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-test-0.4.9.pom | |
ocraft-s2client-test-0.4.9.jar | 10 KB |
ocraft-s2client-test-0.4.9-sources.jar | 9 KB |
ocraft-s2client-test-0.4.9-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client-test/ -->
<dependency>
<groupId>com.github.ocraft</groupId>
<artifactId>ocraft-s2client-test</artifactId>
<version>0.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client-test/
implementation 'com.github.ocraft:ocraft-s2client-test:0.4.9'
// https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client-test/
implementation ("com.github.ocraft:ocraft-s2client-test:0.4.9")
'com.github.ocraft:ocraft-s2client-test:jar:0.4.9'
<dependency org="com.github.ocraft" name="ocraft-s2client-test" rev="0.4.9">
<artifact name="ocraft-s2client-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ocraft', module='ocraft-s2client-test', version='0.4.9')
)
libraryDependencies += "com.github.ocraft" % "ocraft-s2client-test" % "0.4.9"
[com.github.ocraft/ocraft-s2client-test "0.4.9"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |