File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Archives containing JAR files are available as [ releases] ( https://github.com/intisy/docker-java/releases ) .
44
5+ ## What is intisy/docker-java?
6+
7+ Docker-java provides a standalone Docker server for Java.
8+
59## Usage in private repos (faster)
610
711 * Maven (inside the file)
@@ -14,7 +18,7 @@ Archives containing JAR files are available as [releases](https://github.com/int
1418 <dependency >
1519 <groupId >io.github.intisy</groupId >
1620 <artifactId >docker-java</artifactId >
17- <version >1.1.3</version >
21+ <version >1.1.3.1 </version >
1822 </dependency >
1923```
2024
@@ -41,7 +45,7 @@ Archives containing JAR files are available as [releases](https://github.com/int
4145 }
4246 }
4347 dependencies {
44- implementation 'io.github.intisy:docker-java:1.1.3'
48+ implementation 'io.github.intisy:docker-java:1.1.3.1 '
4549 }
4650```
4751
@@ -53,7 +57,7 @@ Archives containing JAR files are available as [releases](https://github.com/int
5357 id "io.github.intisy.github-gradle" version "1.3.7"
5458 }
5559 dependencies {
56- githubImplementation "intisy:docker-java:1.1.3"
60+ githubImplementation "intisy:docker-java:1.1.3.1 "
5761 }
5862```
5963
You can’t perform that action at this time.
0 commit comments