plotly-render_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.plotly-scala</groupId>
<artifactId>plotly-render_2.13</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-render_2.13</artifactId>
<packaging>jar</packaging>
<description>plotly-render</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-render</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.13.14</version>
</dependency>
<dependency>
<groupId>org.plotly-scala</groupId>
<artifactId>plotly-core_2.13</artifactId>
<version>0.8.5</version>
</dependency>
<!-- shaded dependency com.github.alexarchambault:argonaut-shapeless_6.3_2.13
<dependency>
<groupId>com.github.alexarchambault</groupId>
<artifactId>argonaut-shapeless_6.3_2.13</artifactId>
<version>1.3.1</version>
</dependency>
-->
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.13.14</version>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>plotly.js</artifactId>
<version>1.54.1</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.18</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>