Skip to content

Commit 232c581

Browse files
authored
Update README.md
1 parent a6ff9ac commit 232c581

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ app which lets you interact with the Bring! servers.
1010
## Usage
1111
First you need to add the .jar to your classpath.
1212

13+
If your project is managed by maven you can add the .jar the following way if (you have added the .jar to your /resource folder):
14+
```xml
15+
<dependency>
16+
<groupId>com.janetschel</groupId>
17+
<artifactId>bring-api</artifactId>
18+
<version>1.0</version>
19+
<scope>system</scope>
20+
<systemPath>${project.basedir}/src/main/resources/bring-api-1.0.jar</systemPath>
21+
</dependency>
22+
```
23+
1324
After that you can use it like that:
1425

1526
```Java

0 commit comments

Comments
 (0)