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 3dd8e80 commit e6ca088Copy full SHA for e6ca088
api-client/build.gradle.kts
@@ -24,6 +24,21 @@ dependencies {
24
prefer("1.13.0")
25
}
26
27
+ implementation("de.gesellix:docker-remote-api-model-1-41") {
28
+ version {
29
+ strictly("[2022-01-01T01-01-01,)")
30
+ }
31
32
+ implementation("de.gesellix:docker-engine") {
33
34
35
36
37
+ implementation("de.gesellix:docker-filesocket") {
38
39
40
41
42
43
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20")
44
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1")
0 commit comments