Skip to content

Commit

Permalink
Added maven dependeny to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuriofernandez committed Sep 6, 2020
1 parent 4db76d1 commit 1f62a44
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Minecraft Server Pinger
Minecraft server pinger library obtains information such as the MOTD of minecraft servers.

# Maven dependency

```xml
<repository>
<id>nurio-repo</id>
<url>https://nurio.me/repo/mvn/</url>
</repository>
```

```xml
<dependency>
<groupId>me.nurio.minecraft</groupId>
<artifactId>pinger</artifactId>
<version>0.0.1</version>
<scope>compile</scope>
</dependency>
```

# How to use the server pinger

The `MinecraftServerPinger` class it's very easy to use, it will manage everything for you, SRV domain resolve, offline check, getting server's data, connection timeout management...
Expand Down

0 comments on commit 1f62a44

Please sign in to comment.