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 3351566 commit 57b4177
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# tiny-java-server
# Tiny Java Server

Gradle dependency:

```groovy
repositories {
maven {
url "https://maven.latvian.dev/releases"
content {
includeGroup "dev.latvian.apps"
}
}
}
dependencies {
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).

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

0 comments on commit 57b4177

Please sign in to comment.