Re: janusgraph 0.5.0 release date
Oleksandr Porunov <alexand...@...>
You can build your own jars from source code (master branch is 0.5.0 branch). "mvn clean install -DskipTests=true". Then you can use necessary jars in your project. Just don't include CI jars in your project. Also, "vavr" and "high-scale-lib" may be necessary also. For example, if you put necesary jars in "libs" folder in your project and you are using "Gradle" then you may use next dependencies: compile group: 'io.vavr', name: 'vavr', version: '0.9.2' On Friday, October 18, 2019 at 5:19:55 PM UTC+3, Baskar Vangili wrote:
|
|