Skip to content

Commit c9d8d32

Browse files
authored
Added the maven dependency.
1 parent 82a8f06 commit c9d8d32

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ This library covers every API call of the Zulip API except for real-time events
66
### Maven
77
Just add the following dependency to your pom.xml or the JAR of this repository to your projects build path.
88

9-
```maven
10-
Coming soon!
9+
```xml
10+
<dependency>
11+
<groupId>io.taliox</groupId>
12+
<artifactId>zulip-java-rest</artifactId>
13+
<version>0.0.1-SNAPSHOT</version>
14+
</dependency>
1115
```
1216
### Where do I get the API key for authentication?
1317
You can either use a bot or a user account to communicate with the API. To find out the needed token please see the official [Zulip documentation](https://zulipchat.com/api/api-keys).

0 commit comments

Comments
 (0)