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
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,11 +51,13 @@ It is lightweight as it does not require any additional dependencies.
51
51
52
52
Add dependency to your `pom.xml` ([check latest release](https://github.com/patrickfav/bytes-java/releases)):
53
53
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
+
```
59
61
60
62
_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.
61
63
@@ -624,11 +626,13 @@ The artifacts are deployed to [jcenter](https://bintray.com/bintray/jcenter) and
624
626
625
627
Add the dependency of the [latest version](https://github.com/patrickfav/bytes/releases) to your `pom.xml`:
0 commit comments