V

Visdome

Visualization library for scala for plotting. Inspired by ggplot2 and a little by d3js.
https://github.com/fickludd/treacle
The Apache License, Version 2.0
Johan Teleman
Files download
File Operation
Visdome-1.0.1.jar download
Visdome-1.0.1.pom download
Visdome-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>se.johanteleman</groupId>
  <artifactId>Visdome</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'se.johanteleman:Visdome:1.0.1'
Gradle Kotlin
implementation("se.johanteleman:Visdome:1.0.1")
Scala SBT
libraryDependencies += "se.johanteleman" % "Visdome" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='se.johanteleman', module='Visdome', version='1.0.1')
)
Apache Ivy
<dependency org="se.johanteleman" name="Visdome" rev="1.0.1" />
Leiningen
[se.johanteleman/Visdome "1.0.1"]
Apache Buildr
'se.johanteleman:Visdome:jar:1.0.1'