| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.ow2.orchestra.eclipse.birt |
| Идентификатор | Идентификаторorg.ow2.orchestra.eclipse.birt.chart.reportitem |
| Версия | Версия3.7.0 |
| Тип | Типjar |
| Описание |
ОписаниеBIRT Chart-Report Integration
Birt integration within Orchestra.
Those Eclipse's artifacts are temporaly published under Orchestra repository awaiting the Eclipse fundation to do it.
This is not a full publication of Birt artifacts but just ones needed by the Orchestra project
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra.eclipse.birt/org.ow2.orchestra.eclipse.birt.chart.reportitem/ -->
<dependency>
<groupId>org.ow2.orchestra.eclipse.birt</groupId>
<artifactId>org.ow2.orchestra.eclipse.birt.chart.reportitem</artifactId>
<version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra.eclipse.birt/org.ow2.orchestra.eclipse.birt.chart.reportitem/
implementation 'org.ow2.orchestra.eclipse.birt:org.ow2.orchestra.eclipse.birt.chart.reportitem:3.7.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra.eclipse.birt/org.ow2.orchestra.eclipse.birt.chart.reportitem/
implementation ("org.ow2.orchestra.eclipse.birt:org.ow2.orchestra.eclipse.birt.chart.reportitem:3.7.0")
'org.ow2.orchestra.eclipse.birt:org.ow2.orchestra.eclipse.birt.chart.reportitem:jar:3.7.0'
<dependency org="org.ow2.orchestra.eclipse.birt" name="org.ow2.orchestra.eclipse.birt.chart.reportitem" rev="3.7.0">
<artifact name="org.ow2.orchestra.eclipse.birt.chart.reportitem" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra.eclipse.birt', module='org.ow2.orchestra.eclipse.birt.chart.reportitem', version='3.7.0')
)
libraryDependencies += "org.ow2.orchestra.eclipse.birt" % "org.ow2.orchestra.eclipse.birt.chart.reportitem" % "3.7.0"
[org.ow2.orchestra.eclipse.birt/org.ow2.orchestra.eclipse.birt.chart.reportitem "3.7.0"]