We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9168b6 commit 0f7bc1bCopy full SHA for 0f7bc1b
README.md
@@ -1,3 +1,8 @@
1
+## Early preview of `zarr-java`
2
+
3
+This repository contains an early preview of a Java implementation of the Zarr specification.
4
+It is intended for collecting feedback from the community and not for use.
5
6
# zarr-java
7
Java implementation of the Zarr Specification
8
pom.xml
@@ -6,7 +6,7 @@
<groupId>com.scalableminds.zarrjava</groupId>
<artifactId>zarr-java</artifactId>
9
- <version>1.0-SNAPSHOT</version>
+ <version>0.0.1-SNAPSHOT</version>
10
11
<properties>
12
<maven.compiler.source>8</maven.compiler.source>
0 commit comments