MVN

org.apache.fury : fury-parent

Maven & Gradle

Apr 27, 2024
2.7k stars

Fury Project Parent POM · Apache Fury™ is a blazingly fast multi-language serialization framework powered by jit and zero-copy. Apache Fury (incubating) is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

<dependency>
    <groupId>org.apache.fury</groupId>
    <artifactId>fury-parent</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.fury : fury-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of org.apache.fury : fury-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
fury-parent-0.5.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.fury</groupId>
    <artifactId>fury-parent</artifactId>
    <version>0.5.0</version>
</dependency>