| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.bitstrings.eclipse.m2e |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеm2e :: Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Организация-разработчик |
Организация-разработчикbitstrings.org |
| Имя Файла | Размер |
|---|---|
| parent-1.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e/parent/ -->
<dependency>
<groupId>org.bitstrings.eclipse.m2e</groupId>
<artifactId>parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e/parent/
implementation 'org.bitstrings.eclipse.m2e:parent:1'
// https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e/parent/
implementation ("org.bitstrings.eclipse.m2e:parent:1")
'org.bitstrings.eclipse.m2e:parent:pom:1'
<dependency org="org.bitstrings.eclipse.m2e" name="parent" rev="1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitstrings.eclipse.m2e', module='parent', version='1')
)
libraryDependencies += "org.bitstrings.eclipse.m2e" % "parent" % "1"
[org.bitstrings.eclipse.m2e/parent "1"]