plotly-core_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.plotly-scala</groupId>
<artifactId>plotly-core_2.12</artifactId>
<version>0.8.5</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.plotly-scala</groupId>
<artifactId>plotly-core_2.12</artifactId>
<packaging>jar</packaging>
<description>plotly-core</description>
<url>https://github.com/alexarchambault/plotly-scala</url>
<version>0.8.5</version>
<licenses>
<license>
<name>LGPL 3.0</name>
<url>http://opensource.org/licenses/LGPL-3.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>plotly-core</name>
<organization>
<name>org.plotly-scala</name>
<url>https://github.com/alexarchambault/plotly-scala</url>
</organization>
<scm>
<url>https://github.com/alexarchambault/plotly-scala</url>
<connection>scm:git:https://github.com/alexarchambault/plotly-scala.git</connection>
<developerConnection>scm:git:git@github.com:alexarchambault/plotly-scala.git</developerConnection>
</scm>
<developers>
<developer>
<id>alexarchambault</id>
<name>Alexandre Archambault</name>
<url>https://github.com/alexarchambault</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.19</version>
</dependency>
<dependency>
<groupId>io.github.alexarchambault</groupId>
<artifactId>data-class_2.12</artifactId>
<version>0.2.6</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>