Skip to content

Commit 57b4177

Browse files
committed
Updated readme
1 parent 3351566 commit 57b4177

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

Diff for: README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# tiny-java-server
1+
# Tiny Java Server
2+
3+
Gradle dependency:
4+
5+
```groovy
6+
repositories {
7+
maven {
8+
url "https://maven.latvian.dev/releases"
9+
content {
10+
includeGroup "dev.latvian.apps"
11+
}
12+
}
13+
}
14+
15+
dependencies {
16+
implementation "dev.latvian.apps:tiny-java-server:$server_version"
17+
}
18+
```
19+
20+
Find latest version [here](https://maven.latvian.dev/releases/dev/latvian/apps/tiny-java-server/maven-metadata.xml).
21+
22+
You can find a basic example [here](/src/test/java/dev/latvian/apps/tinyserver/test/TinyServerTest.java)

0 commit comments

Comments
 (0)