Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Aug 18, 2024
1 parent 57b4177 commit 14f1805
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ Gradle dependency:

```groovy
repositories {
maven {
url "https://maven.latvian.dev/releases"
content {
includeGroup "dev.latvian.apps"
}
}
maven {
url "https://maven.latvian.dev/releases"
content {
includeGroup "dev.latvian.apps"
}
}
}
dependencies {
implementation "dev.latvian.apps:tiny-java-server:$server_version"
implementation "dev.latvian.apps:tiny-java-server:$server_version"
}
```

Find latest version [here](https://maven.latvian.dev/releases/dev/latvian/apps/tiny-java-server/maven-metadata.xml).
Find the latest version [here](https://maven.latvian.dev/releases/dev/latvian/apps/tiny-java-server/maven-metadata.xml)

You can find a basic example [here](/src/test/java/dev/latvian/apps/tinyserver/test/TinyServerTest.java)
Basic example [here](/src/test/java/dev/latvian/apps/tinyserver/test/TinyServerTest.java)

0 comments on commit 14f1805

Please sign in to comment.