Skip to content

Commit 69bff64

Browse files
committed
readme
1 parent a95b464 commit 69bff64

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# blosc-java
22

3-
A cross-platform JNI-based wrapper around the [c-blosc](https://github.com/Blosc/c-blosc) library.
3+
A stateless, cross-platform, JNI-based wrapper around the [c-blosc](https://github.com/Blosc/c-blosc) library.
44

55
The packaged JARs contain binaries for Windows, Mac OS (x86_64 only) and Linux.
66

@@ -43,3 +43,16 @@ byte[] decompress(byte[] src, int numThreads)
4343
- `src`: Byte array to be decompressed. Required.
4444
- `numThreads`: Number of threads to be used internally. Default: 1.
4545

46+
## Installation
47+
48+
Add the `dev.zarr.blosc-java` dependency to your Maven project:
49+
50+
```xml
51+
<dependencies>
52+
<dependency>
53+
<groupId>dev.zarr</groupId>
54+
<artifactId>blosc-java</artifactId>
55+
<version>BLOSC_VERSION</version>
56+
</dependency>
57+
</dependencies>
58+
```

0 commit comments

Comments
 (0)