MVN

com.github.hageldave.imagingkit : imagingkit-fourier

Maven & Gradle

May 04, 2020
16 stars

ImagingKit-Fourier · The ImagingKit-Fourier artifact provides classes for Fast Fourier Transformations (FFT) for the ImagingKit framework.

<dependency>
    <groupId>com.github.hageldave.imagingkit</groupId>
    <artifactId>imagingkit-fourier</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hageldave.imagingkit : imagingkit-fourier to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of com.github.hageldave.imagingkit : imagingkit-fourier to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
imagingkit-fourier-2.1
2.0
imagingkit-fourier-2.0

How to add a dependency to Maven

Add the following com.github.hageldave.imagingkit : imagingkit-fourier maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hageldave.imagingkit</groupId>
    <artifactId>imagingkit-fourier</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hageldave.imagingkit : imagingkit-fourier gradle dependency to your build.gradle file:

implementation 'com.github.hageldave.imagingkit:imagingkit-fourier:2.1'

Gradle Kotlin DSL: Add the following com.github.hageldave.imagingkit : imagingkit-fourier gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hageldave.imagingkit:imagingkit-fourier:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hageldave.imagingkit : imagingkit-fourier sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hageldave.imagingkit" % "imagingkit-fourier" % "2.1"