Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachesMLG authored May 5, 2024
1 parent cdf8d47 commit 89f049f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# MockNBTApi

MockNBTApi is a wrapper library intended to make unit testing using [NBT-API](https://github.com/tr7zw/Item-NBT-API) easier.

## Maven


```xml
<repository>
<id>iridiumdevelopment</id>
<url>https://nexus.iridiumdevelopment.net/repository/maven-releases/</url>
</repository>
```
```xml
<dependency>
<groupId>com.iridium</groupId>
<artifactId>MockNBTApi</artifactId>
<version>LATEST</version>
</dependency>
```

0 comments on commit 89f049f

Please sign in to comment.