GroupId | GroupIdorg.apertereports |
---|---|
ArtifactId | ArtifactIdaperte-reports-ui |
Version | Version2.2.2 |
Type | Typewar |
Filename | Size |
---|---|
aperte-reports-ui-2.2.2.pom | |
aperte-reports-ui-2.2.2.war | 35 MB |
aperte-reports-ui-2.2.2-test-sources.jar | 4 KB |
aperte-reports-ui-2.2.2-sources.jar | 117 KB |
aperte-reports-ui-2.2.2-javadoc.jar | 451 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apertereports/aperte-reports-ui/ -->
<dependency>
<groupId>org.apertereports</groupId>
<artifactId>aperte-reports-ui</artifactId>
<version>2.2.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apertereports/aperte-reports-ui/
implementation 'org.apertereports:aperte-reports-ui:2.2.2'
// https://jarcasting.com/artifacts/org.apertereports/aperte-reports-ui/
implementation ("org.apertereports:aperte-reports-ui:2.2.2")
'org.apertereports:aperte-reports-ui:war:2.2.2'
<dependency org="org.apertereports" name="aperte-reports-ui" rev="2.2.2">
<artifact name="aperte-reports-ui" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apertereports', module='aperte-reports-ui', version='2.2.2')
)
libraryDependencies += "org.apertereports" % "aperte-reports-ui" % "2.2.2"
[org.apertereports/aperte-reports-ui "2.2.2"]