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 )
4+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.dfa1.vortex/vortex- reader.svg )] ( https://central.sonatype.com/artifact/io.github.dfa1.vortex/vortex- reader )
55[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/license/Apache-2.0 )
66
77> ** Alpha** — not production-ready. APIs will change without notice.
@@ -27,7 +27,7 @@ for zero-copy memory-mapped reads.
2727<dependency >
2828 <groupId >io.github.dfa1.vortex</groupId >
2929 <artifactId >vortex-reader</artifactId >
30- <version >0.2 .0</version >
30+ <version >0.3 .0</version >
3131</dependency >
3232```
3333
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ Add the dependency to `pom.xml` (inside `<dependencies>`):
2424
2525``` xml
2626<dependency >
27- <groupId >io.github.dfa1</groupId >
28- <artifactId >vortex-java </artifactId >
29- <version >0.1.0-SNAPSHOT </version >
27+ <groupId >io.github.dfa1.vortex </groupId >
28+ <artifactId >vortex-reader </artifactId >
29+ <version >0.3.0 </version >
3030</dependency >
3131```
3232
You can’t perform that action at this time.
0 commit comments