MVN

com.github.psambit9791 : jdsp

Maven & Gradle

Feb 24, 2023
212 stars

JDSP - Digital Signal Processing for Java · JDSP is a library of signal processing tools aimed at providing functionalities as available in scipy-signal package for Python. The goal is to provide easy-to-use APIs for performing complex operation on signals eliminating the necessity of understanding the low-level complexities in the processing pipeline.

<dependency>
    <groupId>com.github.psambit9791</groupId>
    <artifactId>jdsp</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.psambit9791 : jdsp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.github.psambit9791 : jdsp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jdsp-2.0.1
jdsp-2.0.0
1.0.x
jdsp-1.0.0
0.8.x
jdsp-0.8.0
0.7.x
jdsp-0.7.0
0.6.x
jdsp-0.6.0
0.5.x
jdsp-0.5.1
jdsp-0.5.0
0.4.x
jdsp-0.4.0
0.3.x
jdsp-0.3.0
0.2.x
jdsp-0.2.1
jdsp-0.2.0

How to add a dependency to Maven

Add the following com.github.psambit9791 : jdsp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.psambit9791</groupId>
    <artifactId>jdsp</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.psambit9791 : jdsp gradle dependency to your build.gradle file:

implementation 'com.github.psambit9791:jdsp:2.0.1'

Gradle Kotlin DSL: Add the following com.github.psambit9791 : jdsp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.psambit9791:jdsp:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.psambit9791 : jdsp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.psambit9791" % "jdsp" % "2.0.1"

Advertisement