MVN

software.coley : lljzip

Maven & Gradle

Aug 03, 2023
31 stars

LL Java ZIP · Lower level ZIP support for Java

<dependency>
    <groupId>software.coley</groupId>
    <artifactId>lljzip</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.coley : lljzip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3

All Versions

Choose a version of software.coley : lljzip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
lljzip-2.1.3
lljzip-2.1.2
lljzip-2.1.1
lljzip-2.1.0
1.6.x
lljzip-1.6.1
lljzip-1.6.0
1.5.x
lljzip-1.5.1
lljzip-1.5.0
1.4.x
lljzip-1.4.0
1.3.x
lljzip-1.3.3
lljzip-1.3.2
lljzip-1.3.1
lljzip-1.3.0
1.2.x
lljzip-1.2.0
1.1.x
lljzip-1.1.9

How to add a dependency to Maven

Add the following software.coley : lljzip maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.coley</groupId>
    <artifactId>lljzip</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.coley : lljzip gradle dependency to your build.gradle file:

implementation 'software.coley:lljzip:2.1.3'

Gradle Kotlin DSL: Add the following software.coley : lljzip gradle kotlin dependency to your build.gradle.kts file:

implementation("software.coley:lljzip:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.coley : lljzip sbt scala dependency to your build.sbt file:

libraryDependencies += "software.coley" % "lljzip" % "2.1.3"