MVN

it.tidalwave.image : image-processor

Maven & Gradle

Jan 19, 2023
1 usages

Mistral Processor

<dependency>
    <groupId>it.tidalwave.image</groupId>
    <artifactId>image-processor</artifactId>
    <version>1.0-ALPHA-7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.tidalwave.image : image-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-ALPHA-7
  • Latest Alpha: 1.0-ALPHA-7

All Versions

Choose a version of it.tidalwave.image : image-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
image-processor-1.0-ALPHA-7
image-processor-1.0-ALPHA-6
image-processor-1.0-ALPHA-5
image-processor-1.0-ALPHA-4

How to add a dependency to Maven

Add the following it.tidalwave.image : image-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.tidalwave.image</groupId>
    <artifactId>image-processor</artifactId>
    <version>1.0-ALPHA-7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.tidalwave.image : image-processor gradle dependency to your build.gradle file:

implementation 'it.tidalwave.image:image-processor:1.0-ALPHA-7'

Gradle Kotlin DSL: Add the following it.tidalwave.image : image-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("it.tidalwave.image:image-processor:1.0-ALPHA-7")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.tidalwave.image : image-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "it.tidalwave.image" % "image-processor" % "1.0-ALPHA-7"