MVN

org.jetbrains.lets-plot : plot-common-portable-jvm

Maven & Gradle

May 09, 2023
4 usages
1.4k stars

Lets-Plot (Kotlin) internal dependency artifact · The Let-Plot Kotlin API depends on this artifact.

<dependency>
    <groupId>org.jetbrains.lets-plot</groupId>
    <artifactId>plot-common-portable-jvm</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.lets-plot : plot-common-portable-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0
  • Latest Release Candidate: 3.2.0-rc1

All Versions

Choose a version of org.jetbrains.lets-plot : plot-common-portable-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
plot-common-portable-jvm-3.2.0
plot-common-portable-jvm-3.2.0-rc1
3.1.x
plot-common-portable-jvm-3.1.0
plot-common-portable-jvm-3.1.0-rc1
3.0.x
plot-common-portable-jvm-3.0.0
plot-common-portable-jvm-3.0.0-rc2
plot-common-portable-jvm-3.0.0-rc1
2.5.x
plot-common-portable-jvm-2.5.1
plot-common-portable-jvm-2.5.1-rc1
plot-common-portable-jvm-2.5.0
plot-common-portable-jvm-2.5.0-rc1
2.4.x
plot-common-portable-jvm-2.4.0
plot-common-portable-jvm-2.4.0-rc1
2.3.x
plot-common-portable-jvm-2.3.0
plot-common-portable-jvm-2.3.0-rc2
plot-common-portable-jvm-2.3.0-rc1
2.2.x
plot-common-portable-jvm-2.2.1
plot-common-portable-jvm-2.2.1-rc1
plot-common-portable-jvm-2.2.0
plot-common-portable-jvm-2.2.0-rc3
plot-common-portable-jvm-2.2.0-rc2
plot-common-portable-jvm-2.2.0-rc1
2.1.x
plot-common-portable-jvm-2.1.0
plot-common-portable-jvm-2.1.0-rc1
2.0.x
plot-common-portable-jvm-2.0.5-rc1
plot-common-portable-jvm-2.0.4
plot-common-portable-jvm-2.0.3
plot-common-portable-jvm-2.0.3-rc2
plot-common-portable-jvm-2.0.3-rc1

How to add a dependency to Maven

Add the following org.jetbrains.lets-plot : plot-common-portable-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.lets-plot</groupId>
    <artifactId>plot-common-portable-jvm</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.lets-plot : plot-common-portable-jvm gradle dependency to your build.gradle file:

implementation 'org.jetbrains.lets-plot:plot-common-portable-jvm:3.2.0'

Gradle Kotlin DSL: Add the following org.jetbrains.lets-plot : plot-common-portable-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.lets-plot:plot-common-portable-jvm:3.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.lets-plot : plot-common-portable-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.lets-plot" % "plot-common-portable-jvm" % "3.2.0"

Advertisement