Skip to content

Commit

Permalink
Fix Readme group
Browse files Browse the repository at this point in the history
  • Loading branch information
BartvHelvert committed Apr 30, 2023
1 parent 50a9192 commit 387b01c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Jagex-ByteBuf
[![Release](https://img.shields.io/maven-central/v/io.guthix/jagex-bytebuf-extensions)](https://search.maven.org/search?q=jagex-bytebuf)
[![Snapshot](https://img.shields.io/nexus/s/io.guthix/jagex-bytebuf-extensions?server=https%3A%2F%2Foss.sonatype.org)](https://oss.sonatype.org/content/repositories/snapshots/io/guthix/)
[![Release](https://img.shields.io/maven-central/v/org.guthix/jagex-bytebuf-extensions)](https://search.maven.org/search?q=jagex-bytebuf)
[![Snapshot](https://img.shields.io/nexus/s/org.guthix/jagex-bytebuf-extensions?server=https%3A%2F%2Foss.sonatype.org)](https://oss.sonatype.org/content/repositories/snapshots/org/guthix/)
[![License](https://img.shields.io/github/license/guthix/Jagex-ByteBuf)](https://github.com/guthix/Jagex-ByteBuf/blob/master/LICENSE)
[![Discord](https://img.shields.io/discord/538667877180637184?color=%237289da&logo=discord)](https://discord.gg/AFyGxNp)

Expand Down Expand Up @@ -33,9 +33,9 @@ class VarpLargePacket(
Artifacts:
```Kotlin
dependencies {
implementation(group = "io.guthix", name = "jagex-bytebuf-extensions", version = VERSION)
implementation(group = "io.guthix", name = "jagex-bytebuf-wrapper", version = VERSION)
implementation(group = "io.guthix", name = "jagex-bytebuf-serialization", version = VERSION)
implementation(group = "org.guthix", name = "jagex-bytebuf-extensions", version = VERSION)
implementation(group = "org.guthix", name = "jagex-bytebuf-wrapper", version = VERSION)
implementation(group = "org.guthix", name = "jagex-bytebuf-serialization", version = VERSION)
}
```
Snapshot repository:
Expand Down

0 comments on commit 387b01c

Please sign in to comment.