You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,14 +67,23 @@ Run build without integration tests:
67
67
<version>2.2.0</version>
68
68
</dependency>
69
69
70
-
### Latest SNAPSHOT version
71
-
You can find the latest SNAPSHOT version including javadoc and source files on [Sonatypes OSS repository](https://oss.sonatype.org/content/groups/public/com/github/docker-java/docker-java/).
70
+
### Latest release candidate
71
+
72
+
<dependency>
73
+
<groupId>com.github.docker-java</groupId>
74
+
<artifactId>docker-java</artifactId>
75
+
<version>3.0.0-RC1</version>
76
+
</dependency>
77
+
78
+
### Latest development version
79
+
You can find the latest development version including javadoc and source files on [Sonatypes OSS repository](https://oss.sonatype.org/content/groups/public/com/github/docker-java/docker-java/).
0 commit comments