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