openEQUELLA Reporting Plugin
Details for this project can be found in the openEQUELLA docs repo, specifically, the reporting tutorials.
License |
License |
---|---|
Categories |
CategoriesReporting Business Logic Libraries |
GroupId | GroupIdcom.github.equella.reporting |
ArtifactId | ArtifactIdreporting-common |
Last Version | Last Version6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionreporting-common
reporting-common
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reporting-common-6.5.pom | |
reporting-common-6.5.jar | 6 KB |
reporting-common-6.5-sources.jar | 263 bytes |
reporting-common-6.5-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.equella.reporting/reporting-common/ -->
<dependency>
<groupId>com.github.equella.reporting</groupId>
<artifactId>reporting-common</artifactId>
<version>6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.equella.reporting/reporting-common/
implementation 'com.github.equella.reporting:reporting-common:6.5'
// https://jarcasting.com/artifacts/com.github.equella.reporting/reporting-common/
implementation ("com.github.equella.reporting:reporting-common:6.5")
'com.github.equella.reporting:reporting-common:jar:6.5'
<dependency org="com.github.equella.reporting" name="reporting-common" rev="6.5">
<artifact name="reporting-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.equella.reporting', module='reporting-common', version='6.5')
)
libraryDependencies += "com.github.equella.reporting" % "reporting-common" % "6.5"
[com.github.equella.reporting/reporting-common "6.5"]
Details for this project can be found in the openEQUELLA docs repo, specifically, the reporting tutorials.