f

fury-format

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