License |
License |
---|---|
GroupId | GroupIdorg.bytedeco |
ArtifactId | ArtifactIdlz4 |
Last Version | Last Version1.9.3-1.5.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaCPP Presets for lz4
The missing bridge between Java and native C++ libraries
|
Filename | Size |
---|---|
lz4-1.9.3-1.5.7.pom | |
lz4-1.9.3-1.5.7.jar | 14 KB |
lz4-1.9.3-1.5.7-windows-x86_64.jar | 76 KB |
lz4-1.9.3-1.5.7-windows-x86.jar | 66 KB |
lz4-1.9.3-1.5.7-sources.jar | 25 KB |
lz4-1.9.3-1.5.7-macosx-x86_64.jar | 125 KB |
lz4-1.9.3-1.5.7-linux-x86_64.jar | 142 KB |
lz4-1.9.3-1.5.7-linux-x86.jar | 147 KB |
lz4-1.9.3-1.5.7-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bytedeco/lz4/ -->
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>lz4</artifactId>
<version>1.9.3-1.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytedeco/lz4/
implementation 'org.bytedeco:lz4:1.9.3-1.5.7'
// https://jarcasting.com/artifacts/org.bytedeco/lz4/
implementation ("org.bytedeco:lz4:1.9.3-1.5.7")
'org.bytedeco:lz4:jar:1.9.3-1.5.7'
<dependency org="org.bytedeco" name="lz4" rev="1.9.3-1.5.7">
<artifact name="lz4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytedeco', module='lz4', version='1.9.3-1.5.7')
)
libraryDependencies += "org.bytedeco" % "lz4" % "1.9.3-1.5.7"
[org.bytedeco/lz4 "1.9.3-1.5.7"]
Group / Artifact | Type | Version |
---|---|---|
org.bytedeco : javacpp | jar | 1.5.7 |