is not current version
Last Version 2.4

org.apertereports:apertereports 2.1

Aperte Reports aims to provide lightweight reporting platform for Liferay. Unlike Jasper Server, it requires no external server. The application can be deployed on any application server supporting JMS and embedded with Liferay.

GroupId

GroupId

org.apertereports
ArtifactId

ArtifactId

apertereports
Version

Version

2.1
Type

Type

pom

Download apertereports 2.1

Filename Size
apertereports-2.1.pom 12 KB
Browse

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