Get Started

Provides details on how to use it JDSP under different frameworks or as a standalone tool

github.com
                    
git clone --single-branch --branch master https://github.com/psambit9791/jdsp.git
                    
                  
search.maven.org
                    
<dependency>
<groupId>com.github.psambit9791</groupId>
<artifactId>jdsp</artifactId>
<version>3.0.0</version>
</dependency>
                    
                  
gradle.org
                    
implementation 'com.github.psambit9791:jdsp:3.0.0'