File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Have a similar (Java) interface to BWMirror to make porting BWMirror bots easy w
1111 - no dependency on external DLL's
1212 - no type marshalling
1313 - fast (citation needed)
14- - supports both 32 and 64- bit Java (e.g. [ deeplearning4j] ( https://deeplearning4j.org/ ) requires 64bit Java which bwmirror doesn't support)
14+ - supports both 32 and 64 bit Java (e.g. [ deeplearning4j] ( https://deeplearning4j.org/ ) requires 64 bit Java which bwmirror doesn't support)
1515 - BWEM instead of BWTA as map analyser
1616
1717## warnings
@@ -33,9 +33,9 @@ Add JitPack as a repository
3333Add JBWAPI as a dependecy
3434```
3535<dependency>
36- <groupId>com.github.JasperGeurtz </groupId>
36+ <groupId>com.github.JavaBWAPI </groupId>
3737 <artifactId>JBWAPI</artifactId>
38- <version>0.3 </version>
38+ <version>0.4 </version>
3939</dependency>
4040```
4141
@@ -53,13 +53,13 @@ allprojects {
5353Add JBWAPI as a dependecy
5454```
5555dependencies {
56- implementation 'com.github.JasperGeurtz :JBWAPI:0.3 '
56+ implementation 'com.github.JavaBWAPI :JBWAPI:0.4 '
5757}
5858```
5959
6060** jar**
6161
62- Alternatively add the latest .jar from the [ releases] ( https://github.com/JasperGeurtz /JBWAPI/releases ) page to your project.
62+ Alternatively add the latest .jar from the [ releases] ( https://github.com/JavaBWAPI /JBWAPI/releases ) page to your project.
6363
6464## compilation
6565` mvnw.cmd package `
You can’t perform that action at this time.
0 commit comments