a

airlift-zstd

Fork of https://github.com/airlift/aircompressor (zstd only). This module is temporary until we get an official release that includes the ZstdInputStream API (which is already implemented by two different people but neither PR shows any progress).
文件下载
文件名 操作
airlift-zstd-8.249.12.jar 下载
airlift-zstd-8.249.12.pom 下载
airlift-zstd-8.249.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.yahoo.vespa</groupId>
  <artifactId>airlift-zstd</artifactId>
  <version>8.249.12</version>
</dependency>
Gradle Groovy
implementation 'com.yahoo.vespa:airlift-zstd:8.249.12'
Gradle Kotlin
implementation("com.yahoo.vespa:airlift-zstd:8.249.12")
Scala SBT
libraryDependencies += "com.yahoo.vespa" % "airlift-zstd" % "8.249.12"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.vespa', module='airlift-zstd', version='8.249.12')
)
Apache Ivy
<dependency org="com.yahoo.vespa" name="airlift-zstd" rev="8.249.12" />
Leiningen
[com.yahoo.vespa/airlift-zstd "8.249.12"]
Apache Buildr
'com.yahoo.vespa:airlift-zstd:jar:8.249.12'