MVN

uk.me.berndporr : iirj

Maven & Gradle

Dec 27, 2021
3 usages
131 stars

A selection of standard IIR filters such as Butterworth, Bessel and Chebyshev which are set up with a single command and then can be used for realtime processing: outsample = filter(insample).

<dependency>
    <groupId>uk.me.berndporr</groupId>
    <artifactId>iirj</artifactId>
    <version>1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.me.berndporr : iirj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of uk.me.berndporr : iirj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
iirj-1.5
1.4
iirj-1.4
1.3
iirj-1.3
1.2
iirj-1.2
1.1
iirj-1.1
1.0.x
iirj-1.0.5
1.0
iirj-1.0

How to add a dependency to Maven

Add the following uk.me.berndporr : iirj maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.me.berndporr</groupId>
    <artifactId>iirj</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.me.berndporr : iirj gradle dependency to your build.gradle file:

implementation 'uk.me.berndporr:iirj:1.5'

Gradle Kotlin DSL: Add the following uk.me.berndporr : iirj gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.me.berndporr:iirj:1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.me.berndporr : iirj sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.me.berndporr" % "iirj" % "1.5"

Advertisement