MVN

io.github.kangyee : compress

Maven & Gradle

Jul 28, 2023
0 stars

compress · description

<dependency>
    <groupId>io.github.kangyee</groupId>
    <artifactId>compress</artifactId>
    <version>v3.11.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kangyee : compress to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v3.11.4

All Versions

Choose a version of io.github.kangyee : compress to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v3.11.x
compress-v3.11.4
compress-v3.11.3
compress-v3.11.2

How to add a dependency to Maven

Add the following io.github.kangyee : compress maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.kangyee</groupId>
    <artifactId>compress</artifactId>
    <version>v3.11.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kangyee : compress gradle dependency to your build.gradle file:

implementation 'io.github.kangyee:compress:v3.11.4'

Gradle Kotlin DSL: Add the following io.github.kangyee : compress gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kangyee:compress:v3.11.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kangyee : compress sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kangyee" % "compress" % "v3.11.4"

Advertisement