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