I found this packages here
https://github.com/mlohbihler/various
sero-warp package also refers to
lohbihler.scheduler from
https://github.com/mlohbihler/sero-scheduler
but I'm unable to compile them, I can see that they are gradle projects but the compiler returns and error: (I'm using Eclipse)
"A problem occurred evaluating root project 'sero-warp'.
Could not get unknown property 'bintrayUser' for object of type com.jfrog.bintray.gradle.BintrayExtension."
When I try to call initialize on LocalDevice I get exception:
"java.lang.NoClassDefFoundError: lohbihler/warp/WarpScheduledExecutorService"
I'm pretty new to Java. Did I miss something? Can you provide binaries of my missing packages.
Milo