All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.kotlinx.kandy.letsplot.internal.jsUtil.kt Maven / Gradle / Ivy

The newest version!
package org.jetbrains.kotlinx.kandy.letsplot.internal

import org.jetbrains.letsPlot.core.util.PlotHtmlHelper

internal const val LETS_PLOT_JS_VERSION = "4.3.3"

internal val letsPlotJSUrl: String
    get() = PlotHtmlHelper.scriptUrl(LETS_PLOT_JS_VERSION)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy