mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[BUGFIX] Added correct layout
This commit is contained in:
@@ -23,10 +23,7 @@ The nightly builds are automatically created from the last commits of the develo
|
|||||||
If you've an issues regarding the bot itself, please report them [here](https://github.com/Parabot/Parabot/issues).
|
If you've an issues regarding the bot itself, please report them [here](https://github.com/Parabot/Parabot/issues).
|
||||||
|
|
||||||
#### Maven
|
#### Maven
|
||||||
Parabot supports Maven as of September 2015. All information is included in the POM.xml.
|
To add the client as a library, you'll first have to add our repository to your `pom.xml`:
|
||||||
The API that is supported by Parabot is also published on a Maven repository.
|
|
||||||
|
|
||||||
To add the client as a library, you'll first have to add our repository:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -37,7 +34,9 @@ To add the client as a library, you'll first have to add our repository:
|
|||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
```
|
```
|
||||||
Then you'll need to add the dependency
|
|
||||||
|
Then you'll need to add the dependency:
|
||||||
|
|
||||||
```
|
```
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user