Im putting the following in my pom.xml file:
<dependency>
<groupId>spark.jobserver</groupId>
<artifactId>job-server-api_2.11</artifactId>
<version>0.8.0</version>
</dependency>
I tried to use other versions too but maven don't seem to find any of them.
what can i do?
thanks