Skip to content

Commit

Permalink
Updating latest stable version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoszewnik committed Feb 18, 2021
1 parent 95ac8df commit 6bf547e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ Release binaries are available from Maven Central and jCenter.

|GroupID/Org|ArtifactID/Name|Latest Stable Version|
|-----------|---------------|---------------------|
|com.netflix.hollow|hollow|3.0.1|
|com.netflix.hollow|hollow|5.1.3|

In a Maven `.pom` file:

...
<dependency>
<groupId>com.netflix.hollow</groupId>
<artifactId>hollow</artifactId>
<version>3.0.1</version>
<version>5.1.3</version>
</dependency>
...

In a Gradle `build.gradle` file:

...
compile 'com.netflix.hollow:hollow:3.0.1'
compile 'com.netflix.hollow:hollow:5.1.3'
...
Release candidate binaries, matching the `-rc\.*` pattern for an artifact's version, are available from the jCenter [oss-candidate](https://dl.bintray.com/netflixoss/oss-candidate/) repository, which may be declared in a `build.gradle` file:
Expand Down

0 comments on commit 6bf547e

Please sign in to comment.