Please publish a standalone JVM artifact #52
|
Hey! Could you please release one dependency to use with pure JVM applications? Like I'm parsing huge log files locally with Kotlin and creating statistics. Would be nice to have some plots for my stats. Just adding one dependency and then starting to plot. I understand that there are instructions to run this in a JVM application, but that's just overkill. |
Replies: 3 comments
|
Hi! There is one JAR that you have to include: (Gradle) But then you have to choose between your rendering options:
Does this cover your needs or you had something different in mind? |
|
Here is the doc: README_DEV.md Except the |
|
Ah ok thank you very much for your help. I think I misread the docs, which mentioned to download and build everything locally and work with different snapshot versions. For completeness and after tinkering a little to get everything running, here is my example code: I added the jetbrains repository to my maven config and the artifact as dependency: Thank you very much for your fast help, really appreciate it! And also love the lib, I'm going to use it in multiple projects. |
Ah ok thank you very much for your help. I think I misread the docs, which mentioned to download and build everything locally and work with different snapshot versions. For completeness and after tinkering a little to get everything running, here is my example code:
I added the jetbrains repository to my maven config and the artifact as dependency: