You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,13 @@ An Java 7 implementation of [TeamSpeak's 3 server query API](http://media.teamsp
13
13
14
14
## Getting Started
15
15
16
-
First of all, you can always download the latest release [here](../../releases/latest) and add it to the buildpath of your project.
16
+
**Download**
17
17
18
-
Or if you prefer Maven you add the following to your pom.xml:
18
+
Standalone Jar: You can download the latest release [here](https://github.com/TheHolyWaffle/TeamSpeak-3-Java-API/tree/mvn-repo/com/github/theholywaffle/teamspeak3-api) and add it to the buildpath of your project.
19
+
20
+
or
21
+
22
+
Maven: add the following to your pom.xml
19
23
20
24
```xml
21
25
<project>
@@ -46,6 +50,8 @@ Or if you prefer Maven you add the following to your pom.xml:
46
50
</project>
47
51
```
48
52
53
+
**Usage**
54
+
49
55
All functionality is contained in the [TS3Api](src/main/java/com/github/theholywaffle/teamspeak3/TS3Api.java) object.
50
56
51
57
1. Create a [TS3Config](src/main/java/com/github/theholywaffle/teamspeak3/TS3Config.java) object and customize it.
0 commit comments