MVN

net.sf.datavision : DataVision

Maven & Gradle

Jan 26, 2008

DataVision · DataVision is an Open Source reporting tool similar to Crystal Reports. Reports can be designed using a drag-and-drop GUI. They may be run, viewed, and printed from the application or exported as HTML, XML, PDF, Excel, LaTeX2e, DocBook, or tab- or comma-delimited text files. The output files produced by LaTeX2e and DocBook can in turn be used to produce PDF, text, HTML, PostScript, and more.

<dependency>
    <groupId>net.sf.datavision</groupId>
    <artifactId>DataVision</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.datavision : DataVision to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of net.sf.datavision : DataVision to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
DataVision-1.1.0
1.0.x
DataVision-1.0.0

How to add a dependency to Maven

Add the following net.sf.datavision : DataVision maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.datavision</groupId>
    <artifactId>DataVision</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.datavision : DataVision gradle dependency to your build.gradle file:

implementation 'net.sf.datavision:DataVision:1.1.0'

Gradle Kotlin DSL: Add the following net.sf.datavision : DataVision gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.datavision:DataVision:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.datavision : DataVision sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.datavision" % "DataVision" % "1.1.0"