не последняя версия
Последняя версия 4.4.8

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

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.

Категории

Категории

Neo4J Данные Базы данных
Группа

Группа

org.neo4j.licensing-proxy
Идентификатор

Идентификатор

zstd-proxy
Версия

Версия

4.0.3
Тип

Тип

jar

Скачать zstd-proxy 4.0.3


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