We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3351566 commit 57b4177Copy full SHA for 57b4177
README.md
@@ -1 +1,22 @@
1
-# tiny-java-server
+# 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