Module kmath-jupyter Usage Artifact: The Maven coordinates of this project are space.kscience:kmath-jupyter:0.4.0-dev-1. Gradle Groovy: 1 2 3 4 5 6 7 8repositories { maven { url 'https://repo.kotlin.link' } mavenCentral() } dependencies { implementation 'space.kscience:kmath-jupyter:0.4.0-dev-1' } Gradle Kotlin DSL: 1 2 3 4 5 6 7 8repositories { maven("https://repo.kotlin.link") mavenCentral() } dependencies { implementation("space.kscience:kmath-jupyter:0.4.0-dev-1") }