Open Eljah opened 7 years ago
I imported it now via Jitpack, see https://jitpack.io/#fuzziness/kabeja/master. It will pull the repository and provide an importable dependency. But a maven central repo would be really great
Note that the latest build failed on Jitpack. To get the most up to date version, use this:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.fuzziness.kabeja</groupId>
<artifactId>kabeja-core</artifactId>
<version>master-dd499942c8-1</version>
</dependency>
I cant' find kabeja's artifact in no maven repo. Please add it!