Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.plotly-scala |
ArtifactId | ArtifactIdplotly-core_2.12 |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
plotly-core_2.12-0.4.0.pom | |
plotly-core_2.12-0.4.0.jar | 314 KB |
plotly-core_2.12-0.4.0-sources.jar | 16 KB |
plotly-core_2.12-0.4.0-javadoc.jar | 1 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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.plotly-scala/plotly-core_2.12/
implementation 'org.plotly-scala:plotly-core_2.12:0.4.0'
// https://jarcasting.com/artifacts/org.plotly-scala/plotly-core_2.12/
implementation ("org.plotly-scala:plotly-core_2.12:0.4.0")
'org.plotly-scala:plotly-core_2.12:jar:0.4.0'
<dependency org="org.plotly-scala" name="plotly-core_2.12" rev="0.4.0">
<artifact name="plotly-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.plotly-scala', module='plotly-core_2.12', version='0.4.0')
)
libraryDependencies += "org.plotly-scala" % "plotly-core_2.12" % "0.4.0"
[org.plotly-scala/plotly-core_2.12 "0.4.0"]