aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2023-10-27 22:59:35 -0700
committerGitHub <noreply@github.com>2023-10-27 22:59:35 -0700
commit4b4f7ed02763192abdcb88058da9db53a1a000b8 (patch)
tree40dcdf7ef1e944901eed7cafcdbebeade6c078d4 /README.md
parentf89590eeaa618233403555e2a99cb937911ee758 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 8 insertions, 12 deletions
diff --git a/README.md b/README.md
index b48bfa0..fc15449 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# JHolodex
[![build](https://github.com/pinapelz/JHolodex/actions/workflows/maven.yml/badge.svg)](https://github.com/pinapelz/JHolodex/actions/workflows/maven.yml)
+![Maven Central](https://img.shields.io/maven-central/v/com.pinapelz/jholodex)
+
A Java wrapper for the [Holodex API](https://docs.holodex.net/#section/Holodex-API-Documentation).
@@ -10,25 +12,19 @@ Please check the [Holodex API](https://holodex.stoplight.io/) for more informati
[Holodex License](https://docs.holodex.net/#section/LICENSE)
## Download
-![](https://img.shields.io/github/v/release/pinapelz/JHolodex)
-[![](https://jitpack.io/v/pinapelz/JHolodex.svg)](https://jitpack.io/#pinapelz/JHolodex)
+![Maven Central](https://img.shields.io/maven-central/v/com.pinapelz/jholodex)
+
### Maven
```xml
-<repositories>
- <repository>
- <id>jitpack.io</id>
- <url>https://jitpack.io</url>
- </repository>
-</repositories>
-
<dependency>
- <groupId>com.github.pinapelz</groupId>
- <artifactId>JHolodex</artifactId>
- <version>VERSION_HERE</version>
+ <groupId>com.pinapelz</groupId>
+ <artifactId>jholodex</artifactId>
+ <version>VERSION</version>
</dependency>
```
### Gradle
+[![](https://jitpack.io/v/pinapelz/JHolodex.svg)](https://jitpack.io/#pinapelz/JHolodex)
```java
allprojects {
repositories {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage