| Категории |
КатегорииCLI Взаимодействие с пользователем ORM Данные |
|---|---|
| Группа | Группаorg.eclipse.platform |
| Идентификатор | Идентификаторorg.eclipse.ui.examples.views.properties.tabbed.article |
| Версия | Версия3.2.500 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.ui.examples.views.properties.tabbed.article/ -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.ui.examples.views.properties.tabbed.article</artifactId>
<version>3.2.500</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.ui.examples.views.properties.tabbed.article/
implementation 'org.eclipse.platform:org.eclipse.ui.examples.views.properties.tabbed.article:3.2.500'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.ui.examples.views.properties.tabbed.article/
implementation ("org.eclipse.platform:org.eclipse.ui.examples.views.properties.tabbed.article:3.2.500")
'org.eclipse.platform:org.eclipse.ui.examples.views.properties.tabbed.article:jar:3.2.500'
<dependency org="org.eclipse.platform" name="org.eclipse.ui.examples.views.properties.tabbed.article" rev="3.2.500">
<artifact name="org.eclipse.ui.examples.views.properties.tabbed.article" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.ui.examples.views.properties.tabbed.article', version='3.2.500')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.ui.examples.views.properties.tabbed.article" % "3.2.500"
[org.eclipse.platform/org.eclipse.ui.examples.views.properties.tabbed.article "3.2.500"]