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