f

fury-core

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