openEQUELLA Reporting Plugin
Details for this project can be found in the openEQUELLA docs repo, specifically, the reporting tutorials.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReporting Прикладные библиотеки |
| Группа | Группаcom.github.equella.reporting |
| Идентификатор | Идентификаторreporting-common |
| Последняя версия | Последняя версия6.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеreporting-common
reporting-common
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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.