File tree 1 file changed +0
-27
lines changed
1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -79,33 +79,6 @@ See [benchmarks](https://github.com/alipay/fury/tree/main/docs/benchmarks) for m
79
79
80
80
## Installation
81
81
### Java
82
- Nightly snapshot:
83
- ``` xml
84
- <repositories >
85
- <repository >
86
- <id >sonatype</id >
87
- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
88
- <releases >
89
- <enabled >false</enabled >
90
- </releases >
91
- <snapshots >
92
- <enabled >true</enabled >
93
- </snapshots >
94
- </repository >
95
- </repositories >
96
- <dependency >
97
- <groupId >org.furyio</groupId >
98
- <artifactId >fury-core</artifactId >
99
- <version >0.1.0-SNAPSHOT</version >
100
- </dependency >
101
- <!-- row/arrow format support -->
102
- <!-- <dependency>
103
- <groupId>org.furyio</groupId>
104
- <artifactId>fury-format</artifactId>
105
- <version>0.1.0-SNAPSHOT</version>
106
- </dependency> -->
107
- ```
108
- Release version:
109
82
``` xml
110
83
<dependency >
111
84
<groupId >org.furyio</groupId >
You can’t perform that action at this time.
0 commit comments