| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdorg.plotly-scala |
| ArtifactId | ArtifactIdplotly-render_2.12 |
| Version | Version0.7.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| plotly-render_2.12-0.7.6.pom | |
| plotly-render_2.12-0.7.6.jar | 4 MB |
| plotly-render_2.12-0.7.6-sources.jar | 10 KB |
| plotly-render_2.12-0.7.6-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.plotly-scala/plotly-render_2.12/ -->
<dependency>
<groupId>org.plotly-scala</groupId>
<artifactId>plotly-render_2.12</artifactId>
<version>0.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.plotly-scala/plotly-render_2.12/
implementation 'org.plotly-scala:plotly-render_2.12:0.7.6'
// https://jarcasting.com/artifacts/org.plotly-scala/plotly-render_2.12/
implementation ("org.plotly-scala:plotly-render_2.12:0.7.6")
'org.plotly-scala:plotly-render_2.12:jar:0.7.6'
<dependency org="org.plotly-scala" name="plotly-render_2.12" rev="0.7.6">
<artifact name="plotly-render_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.plotly-scala', module='plotly-render_2.12', version='0.7.6')
)
libraryDependencies += "org.plotly-scala" % "plotly-render_2.12" % "0.7.6"
[org.plotly-scala/plotly-render_2.12 "0.7.6"]