MVN

org.lz4 : lz4-java

Maven & Gradle

Jun 19, 2021
368 usages
1k stars

LZ4 and xxHash · Java ports and bindings of the LZ4 compression algorithm and the xxHash hashing algorithm

<dependency>
    <groupId>org.lz4</groupId>
    <artifactId>lz4-java</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lz4 : lz4-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of org.lz4 : lz4-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
lz4-java-1.8.0
1.7.x
lz4-java-1.7.1
lz4-java-1.7.0
1.6.x
lz4-java-1.6.0
1.5.x
lz4-java-1.5.1
lz4-java-1.5.0
1.4.x
lz4-java-1.4.1
lz4-java-1.4.0
1.4
lz4-java-1.4

How to add a dependency to Maven

Add the following org.lz4 : lz4-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lz4</groupId>
    <artifactId>lz4-java</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lz4 : lz4-java gradle dependency to your build.gradle file:

implementation 'org.lz4:lz4-java:1.8.0'

Gradle Kotlin DSL: Add the following org.lz4 : lz4-java gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lz4:lz4-java:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lz4 : lz4-java sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lz4" % "lz4-java" % "1.8.0"

Advertisement

Dependencies from Group

Jun 19, 2021
368 usages
1k stars
Jun 19, 2021
1k stars

Discover Dependencies

Oct 29, 2014
284 usages
1.6k stars
Feb 27, 2019
47 usages
Feb 13, 2022
488 usages
Jun 12, 2023
1.6k usages
10.3k stars
Oct 12, 2013
64 usages
147 stars
Jun 21, 2023
1.1k usages
Dec 20, 2022
40 usages
47 stars
Dec 15, 2022
218 usages
2.5k stars