File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ Gradle dependency:
4
4
5
5
``` groovy
6
6
repositories {
7
- maven {
8
- url "https://maven.latvian.dev/releases"
9
- content {
10
- includeGroup "dev.latvian.apps"
11
- }
12
- }
7
+ maven {
8
+ url "https://maven.latvian.dev/releases"
9
+ content {
10
+ includeGroup "dev.latvian.apps"
11
+ }
12
+ }
13
13
}
14
14
15
15
dependencies {
16
- implementation "dev.latvian.apps:tiny-java-server:$server_version"
16
+ implementation "dev.latvian.apps:tiny-java-server:$server_version"
17
17
}
18
18
```
19
19
20
- Find latest version [ here] ( https://maven.latvian.dev/releases/dev/latvian/apps/tiny-java-server/maven-metadata.xml ) .
20
+ Find the latest version [ here] ( https://maven.latvian.dev/releases/dev/latvian/apps/tiny-java-server/maven-metadata.xml )
21
21
22
- You can find a basic example [ here] ( /src/test/java/dev/latvian/apps/tinyserver/test/TinyServerTest.java )
22
+ Basic example [ here] ( /src/test/java/dev/latvian/apps/tinyserver/test/TinyServerTest.java )
You can’t perform that action at this time.
0 commit comments