| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse |
| Идентификатор | Идентификаторparent |
| Версия | Версия1 |
| Тип | Типpom |
| Описание |
ОписаниеEclipse parent pom
Eclipse is an open source community whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle. A large and vibrant ecosystem of major technology vendors, innovative start-ups, universities, research institutions and individuals extend, complement and support the Eclipse platform.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| parent-1.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse/parent/ -->
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse/parent/
implementation 'org.eclipse:parent:1'
// https://jarcasting.com/artifacts/org.eclipse/parent/
implementation ("org.eclipse:parent:1")
'org.eclipse:parent:pom:1'
<dependency org="org.eclipse" name="parent" rev="1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse', module='parent', version='1')
)
libraryDependencies += "org.eclipse" % "parent" % "1"
[org.eclipse/parent "1"]