GroupId | GroupIdro.nextreports |
---|---|
ArtifactId | ArtifactIdnextreports-engine |
Version | Version9.1 |
Type | Typejar |
Filename | Size |
---|---|
nextreports-engine-9.1.pom | |
nextreports-engine-9.1.jar | 517 KB |
nextreports-engine-9.1-sources.jar | 499 KB |
nextreports-engine-9.1-javadoc.jar | 786 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ro.nextreports/nextreports-engine/ -->
<dependency>
<groupId>ro.nextreports</groupId>
<artifactId>nextreports-engine</artifactId>
<version>9.1</version>
</dependency>
// https://jarcasting.com/artifacts/ro.nextreports/nextreports-engine/
implementation 'ro.nextreports:nextreports-engine:9.1'
// https://jarcasting.com/artifacts/ro.nextreports/nextreports-engine/
implementation ("ro.nextreports:nextreports-engine:9.1")
'ro.nextreports:nextreports-engine:jar:9.1'
<dependency org="ro.nextreports" name="nextreports-engine" rev="9.1">
<artifact name="nextreports-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.nextreports', module='nextreports-engine', version='9.1')
)
libraryDependencies += "ro.nextreports" % "nextreports-engine" % "9.1"
[ro.nextreports/nextreports-engine "9.1"]