File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# vortex-java
22
33[ ![ CI] ( https://github.com/dfa1/vortex-java/actions/workflows/ci.yml/badge.svg )] ( https://github.com/dfa1/vortex-java/actions )
4+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.dfa1.vortex/reader.svg )] ( https://central.sonatype.com/artifact/io.github.dfa1.vortex/reader )
45[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/license/Apache-2.0 )
56
67> ** Alpha** — not production-ready. APIs will change without notice.
@@ -23,11 +24,10 @@ for zero-copy memory-mapped reads.
2324## Quickstart
2425
2526``` xml
26- <!-- TODO: replace with released coordinates once published to Maven Central -->
2727<dependency >
28- <groupId >io.github.dfa1</groupId >
29- <artifactId >vortex-java </artifactId >
30- <version >0.1.0-SNAPSHOT </version >
28+ <groupId >io.github.dfa1.vortex </groupId >
29+ <artifactId >reader </artifactId >
30+ <version >0.2.0 </version >
3131</dependency >
3232```
3333
You can’t perform that action at this time.
0 commit comments