SciProgCentre / plotly.kt

An interactive Kotlin wrapper for plotly visualization tools
https://sciprogcentre.github.io/plotly.kt/
Apache License 2.0
147 stars 21 forks source link

Gradle: Could not resolve kscience.plotlykt... #75

Closed dosier closed 3 years ago

dosier commented 3 years ago

Hey, I am trying to include this project as a dependency, my gradle looks as follows:

repositories {
    maven("https://repo.kotlin.link")
}
dependencies {
    implementation("kscience.plotlykt:plotlykt-server:0.4.0")
}

But gradle cannot find it, giving me the following exception:

Could not resolve kscience.plotlykt:plotlykt-server:0.4.0. Possible solution:

Am I missing something? This is for a JVM based project btw.

altavir commented 3 years ago

Oops, there is a mistake in readme, it points to the old package. I will fix it right away, meanwhile, it should be space.kscience:plotlykt-server:0.4.0.