diff --git a/docs/README.md b/docs/README.md index 39c70e366..0dd5b15e6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -166,6 +166,7 @@ List of supported libraries: - [exposed](https://github.com/JetBrains/Exposed) - Kotlin SQL framework - [fuel](https://github.com/kittinunf/fuel) - HTTP networking library - [gral](https://github.com/eseifert/gral) - Java library for displaying plots + - [jdsp](https://github.com/psambit9791/jDSP) - Java library for signal processing - [kaliningraph](https://github.com/breandan/kaliningraph) - Graph library with a DSL for constructing graphs and visualizing the behavior of graph algorithms - [khttp](https://github.com/jkcclemens/khttp) - HTTP networking library - [klaxon](https://github.com/cbeust/klaxon) - JSON parser for Kotlin diff --git a/libraries/jdsp.json b/libraries/jdsp.json new file mode 100644 index 000000000..5a84b849f --- /dev/null +++ b/libraries/jdsp.json @@ -0,0 +1,10 @@ +{ + "description": "Java library for signal processing", + "properties": { + "v": "0.5.1" + }, + "link": "https://github.com/psambit9791/jDSP", + "dependencies": [ + "com.github.psambit9791:jdsp:$v" + ] +} \ No newline at end of file