is not current version
Last Version 4.4.8

org.neo4j.licensing-proxy:zstd-proxy 3.5.12

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.

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j.licensing-proxy
ArtifactId

ArtifactId

zstd-proxy
Version

Version

3.5.12
Type

Type

jar

Download zstd-proxy 3.5.12


<!-- https://jarcasting.com/artifacts/org.neo4j.licensing-proxy/zstd-proxy/ -->
<dependency>
    <groupId>org.neo4j.licensing-proxy</groupId>
    <artifactId>zstd-proxy</artifactId>
    <version>3.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.licensing-proxy/zstd-proxy/
implementation 'org.neo4j.licensing-proxy:zstd-proxy:3.5.12'
// https://jarcasting.com/artifacts/org.neo4j.licensing-proxy/zstd-proxy/
implementation ("org.neo4j.licensing-proxy:zstd-proxy:3.5.12")
'org.neo4j.licensing-proxy:zstd-proxy:jar:3.5.12'
<dependency org="org.neo4j.licensing-proxy" name="zstd-proxy" rev="3.5.12">
  <artifact name="zstd-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.licensing-proxy', module='zstd-proxy', version='3.5.12')
)
libraryDependencies += "org.neo4j.licensing-proxy" % "zstd-proxy" % "3.5.12"
[org.neo4j.licensing-proxy/zstd-proxy "3.5.12"]