MVN

com.github.cilki : zipset

Maven & Gradle

Nov 19, 2019
2 usages
0 stars

ZipSet · A Java library for building zip files lazily

<dependency>
    <groupId>com.github.cilki</groupId>
    <artifactId>zipset</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cilki : zipset to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of com.github.cilki : zipset to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
zipset-1.2.1
zipset-1.2.0
1.1.x
zipset-1.1.0
1.0.x
zipset-1.0.0

How to add a dependency to Maven

Add the following com.github.cilki : zipset maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cilki</groupId>
    <artifactId>zipset</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cilki : zipset gradle dependency to your build.gradle file:

implementation 'com.github.cilki:zipset:1.2.1'

Gradle Kotlin DSL: Add the following com.github.cilki : zipset gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cilki:zipset:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cilki : zipset sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cilki" % "zipset" % "1.2.1"

Advertisement