is not current version
Last Version 2.7.1

com.github.gered:bwmirror 2.7

Java API for Starcraft: Broodwar AIs

Categories

Categories

Mirror Application Layer Libs Introspection
GroupId

GroupId

com.github.gered
ArtifactId

ArtifactId

bwmirror
Version

Version

2.7
Type

Type

jar

Download bwmirror 2.7


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