Skip to content

Commit 9fa415b

Browse files
authored
Update README.md
1 parent bd68c9a commit 9fa415b

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ It is lightweight as it does not require any additional dependencies.
5151

5252
Add dependency to your `pom.xml` ([check latest release](https://github.com/patrickfav/bytes-java/releases)):
5353

54-
<dependency>
55-
<groupId>at.favre.lib</groupId>
56-
<artifactId>bytes</artifactId>
57-
<version>{latest-version}</version>
58-
</dependency>
54+
```xml
55+
<dependency>
56+
<groupId>at.favre.lib</groupId>
57+
<artifactId>bytes</artifactId>
58+
<version>{latest-version}</version>
59+
</dependency>
60+
```
5961

6062
_Note:_ There is a byte-code optimized version (powered by [ProGuard](https://www.guardsquare.com/en/products/proguard)) which can be used with [classifier](https://maven.apache.org/pom.html#Maven_Coordinates) 'optimized'. This may have issues so use at your own risk.
6163

@@ -624,11 +626,13 @@ The artifacts are deployed to [jcenter](https://bintray.com/bintray/jcenter) and
624626

625627
Add the dependency of the [latest version](https://github.com/patrickfav/bytes/releases) to your `pom.xml`:
626628

627-
<dependency>
628-
<groupId>at.favre.lib</groupId>
629-
<artifactId>bytes</artifactId>
630-
<version>{latest-version}</version>
631-
</dependency>
629+
```xml
630+
<dependency>
631+
<groupId>at.favre.lib</groupId>
632+
<artifactId>bytes</artifactId>
633+
<version>{latest-version}</version>
634+
</dependency>
635+
```
632636

633637
### Gradle
634638

0 commit comments

Comments
 (0)