MVN

io.github.codecitizen : jlibvips

Maven & Gradle

Aug 27, 2019
5 stars

jlibvips · A Java interface to llibvips, the fast image processing library with low memory needs.

<dependency>
    <groupId>io.github.codecitizen</groupId>
    <artifactId>jlibvips</artifactId>
    <version>1.3.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.0.RELEASE

All Versions

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

Version Vulnerabilities Updated
1.3.x
jlibvips-1.3.0.RELEASE
1.2.x
jlibvips-1.2.0.RELEASE
1.1.x
jlibvips-1.1.2
1.1
jlibvips-1.1
1.0
jlibvips-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.codecitizen</groupId>
    <artifactId>jlibvips</artifactId>
    <version>1.3.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.codecitizen:jlibvips:1.3.0.RELEASE'

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

implementation("io.github.codecitizen:jlibvips:1.3.0.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.codecitizen" % "jlibvips" % "1.3.0.RELEASE"