<?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_sjs0.6_2.11</artifactId> <packaging>jar</packaging> <description>plotly-render</description> <url>https://github.com/alexarchambault/plotly-scala</url> <version>0.1.0</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> <connection>scm:git:github.com/alexarchambault/plotly-scala.git</connection> <developerConnection>scm:git:git@github.com:alexarchambault/plotly-scala.git</developerConnection> <url>github.com/alexarchambault/plotly-scala.git</url> </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.11.8</version> </dependency> <dependency> <groupId>org.plotly-scala</groupId> <artifactId>plotly-core_sjs0.6_2.11</artifactId> <version>0.1.0</version> </dependency> <dependency> <groupId>org.plotly-scala</groupId> <artifactId>circe-alt-generic_sjs0.6_2.11</artifactId> <version>0.1.0</version> </dependency> <dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-library_2.11</artifactId> <version>0.6.11</version> </dependency> <dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-test-interface_2.11</artifactId> <version>0.6.11</version> <scope>test</scope> </dependency> <dependency> <groupId>io.circe</groupId> <artifactId>circe-scalajs_sjs0.6_2.11</artifactId> <version>0.4.1</version> </dependency> <dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-dom_sjs0.6_2.11</artifactId> <version>0.9.0</version> </dependency> </dependencies> <repositories> <repository> <id>WebjarsBintray</id> <name>Webjars Bintray</name> <url>https://dl.bintray.com/webjars/maven/</url> <layout>default</layout> </repository> <repository> <id>sonatypereleases</id> <name>sonatype-releases</name> <url>https://oss.sonatype.org/content/repositories/releases/</url> <layout>default</layout> </repository> <repository> <id>sonatypesnapshots</id> <name>sonatype-snapshots</name> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> <layout>default</layout> </repository> </repositories> </project>
<dependency> <groupId>org.plotly-scala</groupId> <artifactId>plotly-render_sjs0.6_2.11</artifactId> <version>0.1.0</version> </dependency>
org.plotly-scala:plotly-render_sjs0.6_2.11:0.1.0