MVN

org.odlabs.wiquery : wiquery-compressor

Maven & Gradle

Jul 31, 2013
1 usages
62 stars

WiQuery Compressor Project

<dependency>
    <groupId>org.odlabs.wiquery</groupId>
    <artifactId>wiquery-compressor</artifactId>
    <version>6.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.odlabs.wiquery : wiquery-compressor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.9.2
  • Latest Beta: 6.0.0-beta3

All Versions

Choose a version of org.odlabs.wiquery : wiquery-compressor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.9.x
wiquery-compressor-6.9.2
wiquery-compressor-6.9.1
6.6.x
wiquery-compressor-6.6.0
6.5.x
wiquery-compressor-6.5.0
6.2.x
wiquery-compressor-6.2.0
6.0.x
wiquery-compressor-6.0.0
wiquery-compressor-6.0.0-beta3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.odlabs.wiquery</groupId>
    <artifactId>wiquery-compressor</artifactId>
    <version>6.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.odlabs.wiquery : wiquery-compressor gradle dependency to your build.gradle file:

implementation 'org.odlabs.wiquery:wiquery-compressor:6.9.2'

Gradle Kotlin DSL: Add the following org.odlabs.wiquery : wiquery-compressor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.odlabs.wiquery:wiquery-compressor:6.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.odlabs.wiquery : wiquery-compressor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.odlabs.wiquery" % "wiquery-compressor" % "6.9.2"

Advertisement