This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch update_install_java_doc in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 658b18a6ae2123900189a489a656d0c01e31311a Author: chaokunyang <[email protected]> AuthorDate: Fri Dec 5 00:38:23 2025 +0800 update maven dependency install --- 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]
