I'm trying to compile my Github repository using Jitpack.
I've used:
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io/
</repository>
<dependency>
<groupId>com.github.bys1</groupId>
<artifactId>importer</artifactId>
<version>0.1-Beta</version>
<scope>compile</scope>
</dependency>
I'm now getting a ClassNotFoundException. How would I fix this?