This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 6641947a9 update maven dependency install (#360)
6641947a9 is described below

commit 6641947a94b686b3cea6592b5b941fe450aa3ae5
Author: Shawn Yang <[email protected]>
AuthorDate: Fri Dec 5 00:38:48 2025 +0800

    update maven dependency install (#360)
---
 docs/docs/start/install.md                             | 18 ++++++++++++++----
 .../current/docs/start/install.md                      | 18 ++++++++++++++----
 .../version-0.13/docs/start/install.md                 | 18 ++++++++++++++----
 versioned_docs/version-0.13/docs/start/install.md      | 18 ++++++++++++++----
 4 files changed, 56 insertions(+), 16 deletions(-)

diff --git a/docs/docs/start/install.md b/docs/docs/start/install.md
index 72eb4f718..b7ce73340 100644
--- a/docs/docs/start/install.md
+++ b/docs/docs/start/install.md
@@ -18,12 +18,22 @@ To add a dependency on Apache Fory™ using Maven, use the 
following:
   <artifactId>fory-core</artifactId>
   <version>0.13.2</version>
 </dependency>
-<!-- row/arrow format support -->
-<!-- <dependency>
+<!-- Optional row format support -->
+<!--
+<dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-format</artifactId>
-  <version>0.13.2</version>
-</dependency> -->
+  <version>0.13.1</version>
+</dependency>
+-->
+<!-- SIMD acceleration for array compression (Java 16+) -->
+<!--
+<dependency>
+  <groupId>org.apache.fory</groupId>
+  <artifactId>fory-simd</artifactId>
+  <version>0.13.1</version>
+</dependency>
+-->
 ```
 
 ## Scala
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
index 24d479005..29f376490 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
@@ -16,12 +16,22 @@ Apache Fory™ 源码下载请参见 Apache Fory™ 
[download](https://github.co
   <artifactId>fory-core</artifactId>
   <version>0.13.2</version>
 </dependency>
-<!-- row/arrow format support -->
-<!-- <dependency>
+<!-- Optional row format support -->
+<!--
+<dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-format</artifactId>
-  <version>0.13.2</version>
-</dependency> -->
+  <version>0.13.1</version>
+</dependency>
+-->
+<!-- SIMD acceleration for array compression (Java 16+) -->
+<!--
+<dependency>
+  <groupId>org.apache.fory</groupId>
+  <artifactId>fory-simd</artifactId>
+  <version>0.13.1</version>
+</dependency>
+-->
 ```
 
 ## 安装 Apache Fory™ Scala
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md
index 24d479005..29f376490 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md
@@ -16,12 +16,22 @@ Apache Fory™ 源码下载请参见 Apache Fory™ 
[download](https://github.co
   <artifactId>fory-core</artifactId>
   <version>0.13.2</version>
 </dependency>
-<!-- row/arrow format support -->
-<!-- <dependency>
+<!-- Optional row format support -->
+<!--
+<dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-format</artifactId>
-  <version>0.13.2</version>
-</dependency> -->
+  <version>0.13.1</version>
+</dependency>
+-->
+<!-- SIMD acceleration for array compression (Java 16+) -->
+<!--
+<dependency>
+  <groupId>org.apache.fory</groupId>
+  <artifactId>fory-simd</artifactId>
+  <version>0.13.1</version>
+</dependency>
+-->
 ```
 
 ## 安装 Apache Fory™ Scala
diff --git a/versioned_docs/version-0.13/docs/start/install.md 
b/versioned_docs/version-0.13/docs/start/install.md
index 72eb4f718..b7ce73340 100644
--- a/versioned_docs/version-0.13/docs/start/install.md
+++ b/versioned_docs/version-0.13/docs/start/install.md
@@ -18,12 +18,22 @@ To add a dependency on Apache Fory™ using Maven, use the 
following:
   <artifactId>fory-core</artifactId>
   <version>0.13.2</version>
 </dependency>
-<!-- row/arrow format support -->
-<!-- <dependency>
+<!-- Optional row format support -->
+<!--
+<dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-format</artifactId>
-  <version>0.13.2</version>
-</dependency> -->
+  <version>0.13.1</version>
+</dependency>
+-->
+<!-- SIMD acceleration for array compression (Java 16+) -->
+<!--
+<dependency>
+  <groupId>org.apache.fory</groupId>
+  <artifactId>fory-simd</artifactId>
+  <version>0.13.1</version>
+</dependency>
+-->
 ```
 
 ## Scala


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to