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