z

zstd-proxy

This pom file is a licensing stand-in for the native zstd library that our com.github.luben:zstd-jni pulls in. Because zstd is a native library that is statically linked into zstd-jni, it does not have its own pom.xml file, and therefore cannot declare its own licenses to our licensing plugin. This module is here to solve this, by standing in for the native zstd library, and declaring its licenses.
https://github.com/facebook/zstd
BSD 3-Clause GPLv2
Files download
File Operation
zstd-proxy-3.6.2.jar download
zstd-proxy-3.6.2.pom download
zstd-proxy-3.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.graphfoundation.ongdb.licensing-proxy</groupId>
  <artifactId>zstd-proxy</artifactId>
  <version>3.6.2</version>
</dependency>
Gradle Groovy
implementation 'org.graphfoundation.ongdb.licensing-proxy:zstd-proxy:3.6.2'
Gradle Kotlin
implementation("org.graphfoundation.ongdb.licensing-proxy:zstd-proxy:3.6.2")
Scala SBT
libraryDependencies += "org.graphfoundation.ongdb.licensing-proxy" % "zstd-proxy" % "3.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.graphfoundation.ongdb.licensing-proxy', module='zstd-proxy', version='3.6.2')
)
Apache Ivy
<dependency org="org.graphfoundation.ongdb.licensing-proxy" name="zstd-proxy" rev="3.6.2" />
Leiningen
[org.graphfoundation.ongdb.licensing-proxy/zstd-proxy "3.6.2"]
Apache Buildr
'org.graphfoundation.ongdb.licensing-proxy:zstd-proxy:jar:3.6.2'