Skip to content

Commit 7ce448e

Browse files
committed
update urls in readme
1 parent 85800e0 commit 7ce448e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
3333
Add 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 {
5353
Add JBWAPI as a dependecy
5454
```
5555
dependencies {
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`

0 commit comments

Comments
 (0)