We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe39e6 commit fc00c8bCopy full SHA for fc00c8b
README.md
@@ -45,11 +45,12 @@ Run build with tests:
45
## Docker-Java maven dependency:
46
47
<dependency>
48
- <groupId>com.kpelykh</groupId>
+ <groupId>com.github.docker-java</groupId>
49
<artifactId>docker-java</artifactId>
50
- <version>0.8.1</version>
+ <version>0.8.2</version>
51
</dependency>
52
53
+Latest SNAPSHOT is available from maven repo: https://oss.sonatype.org/content/groups/public
54
55
## Example code snippets:
56
0 commit comments