SSL-API now available via Maven Central!
To use in your project, just add it as a dependency to your project's pom.xml:
<dependencies>
You can now also use Maven to build and run SSL-API locally in a terminal window:
As always please leave me comments with any questions or suggestions. Thanks!
<dependencies>
...
<dependency>
<groupId>org.ssldev</groupId>
<artifactId>SSL-API</artifactId>
<version>0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
You can now also use Maven to build and run SSL-API locally in a terminal window:
- open terminal (in OSX)
- clone the repo:
- git clone git@gitlab.com:eladmaz/SSL-API.git
- build the project:
- cd SSL-API/
- mvn clean install
- run the API to receive real-time play events from Serato DJ (note: you can adjust the run configuration by modifying .../ssl-api/src/main/resources/sslApiConfiguration.properties:
- mvn exec:java
As always please leave me comments with any questions or suggestions. Thanks!
Comments
Post a Comment