f

fury-parent

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.
https://github.com/apache/incubator-fury
The Apache License, Version 2.0
文件下载
文件名 操作
fury-parent-0.5.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.fury</groupId>
  <artifactId>fury-parent</artifactId>
  <version>0.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.fury:fury-parent:0.5.1'
Gradle Kotlin
implementation("org.apache.fury:fury-parent:0.5.1")
Scala SBT
libraryDependencies += "org.apache.fury" % "fury-parent" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.fury', module='fury-parent', version='0.5.1')
)
Apache Ivy
<dependency org="org.apache.fury" name="fury-parent" rev="0.5.1" />
Leiningen
[org.apache.fury/fury-parent "0.5.1"]
Apache Buildr
'org.apache.fury:fury-parent:jar:0.5.1'