Jitpack を使用して Github リポジトリをコンパイルしようとしています。
私が使用した:
<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>
ClassNotFoundException が発生しました。どうすればこれを修正できますか?