File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
# docker-kotlin
2
2
3
- [ ![ Build] ( https://github.com/DevNatan/docker-kotlin/actions/workflows/build.yml/badge.svg )] ( https://github.com/DevNatan/docker-kotlin/actions/workflows/build.yml )
4
- [ ![ Integration Tests] ( https://github.com/DevNatan/docker-kotlin/actions/workflows/integration-tests.yml/badge.svg )] ( https://github.com/DevNatan/docker-kotlin/actions/workflows/integration-tests.yml )
5
- ![ Maven Central] ( https://img.shields.io/maven-central/v/me.devnatan/docker-kotlin )
6
-
7
3
docker-kotlin allows you to interact with the Docker Engine Remote API.
8
4
9
5
* [ Installation] ( #installation )
10
6
* [ Basic Usage] ( #basic-usage )
11
- * [ Supported Endpoints] ( SUPPORTED_ENDPOINTS.md )
7
+
8
+ [ ![ Build] ( https://github.com/DevNatan/docker-kotlin/actions/workflows/build.yml/badge.svg )] ( https://github.com/DevNatan/docker-kotlin/actions/workflows/build.yml )
9
+ [ ![ Integration Tests] ( https://github.com/DevNatan/docker-kotlin/actions/workflows/integration-tests.yml/badge.svg )] ( https://github.com/DevNatan/docker-kotlin/actions/workflows/integration-tests.yml )
10
+ ![ Maven Central] ( https://img.shields.io/maven-central/v/me.devnatan/docker-kotlin )
12
11
13
12
## Installation
14
13
@@ -18,14 +17,14 @@ repositories {
18
17
}
19
18
20
19
dependencies {
21
- implementation(" me.devnatan:docker-kotlin:0.6.0 " )
20
+ implementation(" me.devnatan:docker-kotlin:<version> " )
22
21
}
23
22
```
24
23
25
24
For JVM users, use the Docker client JVM artifact
26
25
27
26
``` groovy
28
- implementation 'me.devnatan:docker-kotlin-jvm:0.6.0 '
27
+ implementation 'me.devnatan:docker-kotlin-jvm:<version> '
29
28
```
30
29
31
30
## Basic Usage
You can’t perform that action at this time.
0 commit comments