is not current version
Last Version 9.2

ro.nextreports:nextreports-engine 7.1

NextReports Engine is a lightweight Java platform development library which can be used to run NextReports inside your applications.

GroupId

GroupId

ro.nextreports
ArtifactId

ArtifactId

nextreports-engine
Version

Version

7.1
Type

Type

jar

Download nextreports-engine 7.1


<!-- https://jarcasting.com/artifacts/ro.nextreports/nextreports-engine/ -->
<dependency>
    <groupId>ro.nextreports</groupId>
    <artifactId>nextreports-engine</artifactId>
    <version>7.1</version>
</dependency>
// https://jarcasting.com/artifacts/ro.nextreports/nextreports-engine/
implementation 'ro.nextreports:nextreports-engine:7.1'
// https://jarcasting.com/artifacts/ro.nextreports/nextreports-engine/
implementation ("ro.nextreports:nextreports-engine:7.1")
'ro.nextreports:nextreports-engine:jar:7.1'
<dependency org="ro.nextreports" name="nextreports-engine" rev="7.1">
  <artifact name="nextreports-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.nextreports', module='nextreports-engine', version='7.1')
)
libraryDependencies += "ro.nextreports" % "nextreports-engine" % "7.1"
[ro.nextreports/nextreports-engine "7.1"]