Skip to content

Commit

Permalink
Update artifacts information
Browse files Browse the repository at this point in the history
  • Loading branch information
frengor authored Dec 19, 2023
1 parent 334d71f commit 93686ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ who self-host their plugins on servers with limited bandwidth.

Firstly, add the maven artifact to your `pom.xml`
```xml
<!-- Libby (AlessioDP) Repository -->
<!-- Maven Central Snapshots Repository -->
<repository>
<id>AlessioDP</id>
<url>https://repo.alessiodp.com/releases/</url>
<id>maven-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>

<dependency>
<groupId>net.byteflux</groupId>
<groupId>com.alessiodp.libby</groupId>
<artifactId>libby-bukkit</artifactId> <!-- Replace bukkit if you're using another platform -->
<version>1.3.0</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
```

Expand All @@ -47,8 +47,8 @@ Remember to **always** relocate Libby to avoid conflicts
<configuration>
<relocations>
<relocation>
<pattern>net.byteflux.libby</pattern>
<shadedPattern>yourPackage.libs.net.byteflux.libby</shadedPattern>
<pattern>com.alessiodp.libby</pattern>
<shadedPattern>yourPackage.libs.com.alessiodp.libby</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand Down

0 comments on commit 93686ea

Please sign in to comment.