MVN

io.github.quafadas : dedav4s_3

Maven & Gradle

Jul 12, 2023
47 stars

dedav4s · Declarative data viz for scala

<dependency>
    <groupId>io.github.quafadas</groupId>
    <artifactId>dedav4s_3</artifactId>
    <version>0.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.quafadas : dedav4s_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.2
  • Latest Release Candidate: 0.9.0-RC5

All Versions

Choose a version of io.github.quafadas : dedav4s_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
dedav4s_3-0.9.0-RC5
dedav4s_3-0.9.0-RC1
0.8.x
dedav4s_3-0.8.2
dedav4s_3-0.8.1
dedav4s_3-0.8.0
0.7.x
dedav4s_3-0.7.1
dedav4s_3-0.7.0
0.6.x
dedav4s_3-0.6.0
0.5.x
dedav4s_3-0.5.4
dedav4s_3-0.5.3
dedav4s_3-0.5.2
dedav4s_3-0.5.1
dedav4s_3-0.5.0
0.4.x
dedav4s_3-0.4.1
dedav4s_3-0.4.0
0.2.x
dedav4s_3-0.2.1
dedav4s_3-0.2.0
0.1.x
dedav4s_3-0.1.3
dedav4s_3-0.1.2
dedav4s_3-0.1.1
dedav4s_3-0.1.0
0.0.x
dedav4s_3-0.0.9
dedav4s_3-0.0.6
dedav4s_3-0.0.4

How to add a dependency to Maven

Add the following io.github.quafadas : dedav4s_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.quafadas</groupId>
    <artifactId>dedav4s_3</artifactId>
    <version>0.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.quafadas : dedav4s_3 gradle dependency to your build.gradle file:

implementation 'io.github.quafadas:dedav4s_3:0.8.2'

Gradle Kotlin DSL: Add the following io.github.quafadas : dedav4s_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.quafadas:dedav4s_3:0.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.quafadas : dedav4s_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.quafadas" % "dedav4s_3" % "0.8.2"