MVN

net.jpountz.lz4 : lz4

Maven & Gradle

Nov 26, 2014
431 usages
1k stars

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

<dependency>
    <groupId>net.jpountz.lz4</groupId>
    <artifactId>lz4</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.jpountz.lz4 : lz4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of net.jpountz.lz4 : lz4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
lz4-1.3
1.3.x
lz4-1.3.0
1.2.x
lz4-1.2.0
1.1.x
lz4-1.1.2
lz4-1.1.1
lz4-1.1.0
1.0.x
lz4-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.jpountz.lz4</groupId>
    <artifactId>lz4</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.jpountz.lz4 : lz4 gradle dependency to your build.gradle file:

implementation 'net.jpountz.lz4:lz4:1.3'

Gradle Kotlin DSL: Add the following net.jpountz.lz4 : lz4 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.jpountz.lz4:lz4:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.jpountz.lz4 : lz4 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.jpountz.lz4" % "lz4" % "1.3"

Advertisement

Dependencies from Group

lz4
Nov 26, 2014
431 usages
1k stars

Discover Dependencies

Sep 20, 2005
8 usages
Sep 24, 2013
5 usages
0 stars
Apr 05, 2006
113 usages
Jan 10, 2008
37 usages
Mar 30, 2006
72 usages
Aug 03, 2011
9 usages
Aug 24, 2010
1 usages