java.lang.NoClassDefFoundError: com/github/kilianB/Require
canflydream opened this issue · 4 comments
canflydream commented
java.lang.NoClassDefFoundError: com/github/kilianB/Require
jktj commented
How is this closed? I'm still facing the same issue.
LiorA1 commented
someone solved it ?
LiorA1 commented
solved by define a new model..
lfvepclr commented
I solved it. add this to your pom:
<!-- Fast image access methods and overall utility code -->
<dependency>
<groupId>com.github.kilianB</groupId>
<artifactId>UtilityCode</artifactId>
<version>1.5.7</version>
</dependency>
<!-- Required for perceptive hasher -->
<dependency>
<groupId>com.github.wendykierp</groupId>
<artifactId>JTransforms</artifactId>
<version>3.1</version>
<classifier>with-dependencies</classifier>
</dependency>