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