| Категории |
КатегорииReporting Прикладные библиотеки |
|---|---|
| Группа | Группаorg.ow2.orchestra.reporting |
| Идентификатор | Идентификаторreporting |
| Версия | Версия4.9.0-M4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| reporting-4.9.0-M4.pom | |
| reporting-4.9.0-M4.jar | 28 KB |
| reporting-4.9.0-M4-sources.jar | 24 KB |
| reporting-4.9.0-M4-javadoc.jar | 81 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra.reporting/reporting/ -->
<dependency>
<groupId>org.ow2.orchestra.reporting</groupId>
<artifactId>reporting</artifactId>
<version>4.9.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra.reporting/reporting/
implementation 'org.ow2.orchestra.reporting:reporting:4.9.0-M4'
// https://jarcasting.com/artifacts/org.ow2.orchestra.reporting/reporting/
implementation ("org.ow2.orchestra.reporting:reporting:4.9.0-M4")
'org.ow2.orchestra.reporting:reporting:jar:4.9.0-M4'
<dependency org="org.ow2.orchestra.reporting" name="reporting" rev="4.9.0-M4">
<artifact name="reporting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra.reporting', module='reporting', version='4.9.0-M4')
)
libraryDependencies += "org.ow2.orchestra.reporting" % "reporting" % "4.9.0-M4"
[org.ow2.orchestra.reporting/reporting "4.9.0-M4"]