Skip to content

Please publish a standalone JVM artifact #52

Answered by Waschnick
Waschnick asked this question in Q&A
Discussion options

You must be logged in to vote

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:

<repositories>
    <repository>
        <id>JB-Lets-Plot</id>
        <url>https://dl.bintray.com/jetbrains/lets-plot-maven/</url>
    </repository>
</repositories>
<dependency>
    <groupId>org.jetbrains.lets-plot-kotlin</groupId>
    <artifactId>lets-plot-kotlin-api</artifactId>
    <version>1.1.0</version>
</dependency>
<dependency>
    <gr…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by alshan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #46 on February 15, 2021 18:00.