Skip to content

Commit 2abdcb8

Browse files
authored
Update README.md
1 parent e666550 commit 2abdcb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@
44
=====
55

66
NOTE: Version 0.7.5 and above include an important fix to make the library work without setting LD_LIBRARY_PATH.
7+
78
Maven
9+
======
810
```xml
911
<dependency>
1012
<groupId>io.github.h5jan</groupId>
1113
<artifactId>h5jan-core</artifactId>
1214
<version>0.7.5</version>
1315
</dependency>
1416
```
17+
1518
Gradle
19+
======
1620
```groovy
1721
compile group: 'io.github.h5jan', name: 'h5jan-core', version: '0.7.5'
1822
```

0 commit comments

Comments
 (0)