We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1103f commit dfa74d8Copy full SHA for dfa74d8
2 files changed
README.md
@@ -90,4 +90,8 @@ client.removeFromMangaList(entry);
90
```
91
92
### Maven Dependency
93
-After first release...
+<dependency>
94
+ <groupId>net.beardbot</groupId>
95
+ <artifactId>mal-api</artifactId>
96
+ <version>1.0.0</version>
97
+</dependency>
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>net.beardbot</groupId>
8
<artifactId>mal-api</artifactId>
9
- <version>1.0.0-SNAPSHOT</version>
10
11
<name>${project.groupId}:${project.artifactId}</name>
12
<description>Java binding for the official MyAnimeList API</description>
0 commit comments