I'm setting up a maven java project to implement SparkJobs in a spark-jobserver. In the GitHub Spark JobServer page they mention the new 0.7.0 version, but on the maven repository that they provide I can't find it.
<repositories>
<repository>
<id>spark-jobserver</id>
<name>spark-jobserver</name>
<url>https://dl.bintray.com/spark-jobserver/maven</url>
</repository>
</repositories>
The newest one is 0.6.2 , Are they just announcing this version? or where I can find it, since I'm starting with this I would like to start with the newest one.