Download Spinoza
Spinoza is available both on Maven Central and GitHub (java)
Maven Users
Add the following snippet to your build.gradle file
'com.spinoza:spinoza:1.0.0-alpha'
Not familiar with Maven? Click here for more detailed instructions.
Other dependency managers:
Gradle : compile "com.sparkjava:spark-core:2.7.1" // add to build.gradle (for Java users)
Gradle : compile "com.sparkjava:spark-kotlin:1.0.0-alpha" // add to build.gradle (for Kotlin users)
Ivy : <dependency org="com.sparkjava" name="spark-core" rev="2.7.1" conf="build" /> // ivy.xml
SBT : libraryDependencies += "com.sparkjava" % "spark-core" % "2.7.1" // build.sbt
Non-maven Users
Build it yourself
Clone the repo from GitHub.
If you really want to, you can also download Spinoza as a ZIP (from GitHub)