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).
Files download
File Operation
airlift-zstd-8.251.23.jar download
airlift-zstd-8.251.23.pom download
airlift-zstd-8.251.23-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yahoo.vespa</groupId>
  <artifactId>airlift-zstd</artifactId>
  <version>8.251.23</version>
</dependency>
Gradle Groovy
implementation 'com.yahoo.vespa:airlift-zstd:8.251.23'
Gradle Kotlin
implementation("com.yahoo.vespa:airlift-zstd:8.251.23")
Scala SBT
libraryDependencies += "com.yahoo.vespa" % "airlift-zstd" % "8.251.23"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.vespa', module='airlift-zstd', version='8.251.23')
)
Apache Ivy
<dependency org="com.yahoo.vespa" name="airlift-zstd" rev="8.251.23" />
Leiningen
[com.yahoo.vespa/airlift-zstd "8.251.23"]
Apache Buildr
'com.yahoo.vespa:airlift-zstd:jar:8.251.23'