| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.ow2.orchestra.eclipse.core |
| Идентификатор | Идентификаторorg.ow2.orchestra.eclipse.core.runtime |
| Последняя версия | Последняя версия3.7.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCore Runtime
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.core/org.ow2.orchestra.eclipse.core.runtime/ -->
<dependency>
<groupId>org.ow2.orchestra.eclipse.core</groupId>
<artifactId>org.ow2.orchestra.eclipse.core.runtime</artifactId>
<version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra.eclipse.core/org.ow2.orchestra.eclipse.core.runtime/
implementation 'org.ow2.orchestra.eclipse.core:org.ow2.orchestra.eclipse.core.runtime:3.7.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra.eclipse.core/org.ow2.orchestra.eclipse.core.runtime/
implementation ("org.ow2.orchestra.eclipse.core:org.ow2.orchestra.eclipse.core.runtime:3.7.0")
'org.ow2.orchestra.eclipse.core:org.ow2.orchestra.eclipse.core.runtime:jar:3.7.0'
<dependency org="org.ow2.orchestra.eclipse.core" name="org.ow2.orchestra.eclipse.core.runtime" rev="3.7.0">
<artifact name="org.ow2.orchestra.eclipse.core.runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra.eclipse.core', module='org.ow2.orchestra.eclipse.core.runtime', version='3.7.0')
)
libraryDependencies += "org.ow2.orchestra.eclipse.core" % "org.ow2.orchestra.eclipse.core.runtime" % "3.7.0"
[org.ow2.orchestra.eclipse.core/org.ow2.orchestra.eclipse.core.runtime "3.7.0"]