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