| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем ORM Данные |
| Группа | Группаorg.eclipse.platform |
| Идентификатор | Идентификаторorg.eclipse.equinox.p2.operations |
| Последняя версия | Последняя версия2.6.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEquinox Provisioning Operations API
Equinox Provisioning Operations API
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.p2.operations/ -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.p2.operations</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.p2.operations/
implementation 'org.eclipse.platform:org.eclipse.equinox.p2.operations:2.6.0'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.p2.operations/
implementation ("org.eclipse.platform:org.eclipse.equinox.p2.operations:2.6.0")
'org.eclipse.platform:org.eclipse.equinox.p2.operations:jar:2.6.0'
<dependency org="org.eclipse.platform" name="org.eclipse.equinox.p2.operations" rev="2.6.0">
<artifact name="org.eclipse.equinox.p2.operations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.equinox.p2.operations', version='2.6.0')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.equinox.p2.operations" % "2.6.0"
[org.eclipse.platform/org.eclipse.equinox.p2.operations "2.6.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.platform : org.eclipse.equinox.common | jar | [3.6.0,) |
| org.eclipse.platform : org.eclipse.core.jobs | jar | [3.5.0,) |