MVN

ro.nextreports : nextreports-server-client

Maven & Gradle

Apr 05, 2016
40 stars

NextReports Server Client · NextReports Server allows you to schedule NextReports and Jasper reports and to automatically deliver reports via E-mail, FTP, SSH, Windows Share, WebDAV to your business contacts in most popular file formats like HTML, EXCEL, PDF, RTF, CSV, TSV, TXT, XML. NextReports Server will present your charts, table reports and alarm reports in real time inside dashboards. Users can perform data analyze using drill-down and pivot structures.

<dependency>
    <groupId>ro.nextreports</groupId>
    <artifactId>nextreports-server-client</artifactId>
    <version>9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ro.nextreports : nextreports-server-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.2

All Versions

Choose a version of ro.nextreports : nextreports-server-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.2
nextreports-server-client-9.2
9.1
nextreports-server-client-9.1
9.0
nextreports-server-client-9.0
8.2
nextreports-server-client-8.2
8.1
nextreports-server-client-8.1
8.0
nextreports-server-client-8.0
7.3
nextreports-server-client-7.3
7.2
nextreports-server-client-7.2
7.1
nextreports-server-client-7.1
7.0
nextreports-server-client-7.0
6.3
nextreports-server-client-6.3
6.2
nextreports-server-client-6.2

How to add a dependency to Maven

Add the following ro.nextreports : nextreports-server-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ro.nextreports</groupId>
    <artifactId>nextreports-server-client</artifactId>
    <version>9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ro.nextreports : nextreports-server-client gradle dependency to your build.gradle file:

implementation 'ro.nextreports:nextreports-server-client:9.2'

Gradle Kotlin DSL: Add the following ro.nextreports : nextreports-server-client gradle kotlin dependency to your build.gradle.kts file:

implementation("ro.nextreports:nextreports-server-client:9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ro.nextreports : nextreports-server-client sbt scala dependency to your build.sbt file:

libraryDependencies += "ro.nextreports" % "nextreports-server-client" % "9.2"

Advertisement