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