Skip to content

Commit

Permalink
Update README.md (#690)
Browse files Browse the repository at this point in the history
Enhance code block format for README.md
  • Loading branch information
lamtrinhdev authored Aug 12, 2024
1 parent 51d3338 commit 8766413
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,34 @@ Release binaries are available from Maven Central and jCenter.
|com.netflix.hollow|hollow|5.1.3|

In a Maven `.pom` file:

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

In a Gradle `build.gradle` file:

```gradle
...
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:

```gradle
...
repositories {
maven {
url 'https://dl.bintray.com/netflixoss/oss-candidate/'
}
}
...
```

## Get Support

Expand Down

0 comments on commit 8766413

Please sign in to comment.