не последняя версия
Последняя версия 4

org.bitstrings.eclipse.m2e:m2e-parent 3


Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.bitstrings.eclipse.m2e
Идентификатор

Идентификатор

m2e-parent
Версия

Версия

3
Тип

Тип

pom

Скачать m2e-parent 3

Имя Файла Размер
m2e-parent-3.pom 8 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e/m2e-parent/ -->
<dependency>
    <groupId>org.bitstrings.eclipse.m2e</groupId>
    <artifactId>m2e-parent</artifactId>
    <version>3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e/m2e-parent/
implementation 'org.bitstrings.eclipse.m2e:m2e-parent:3'
// https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e/m2e-parent/
implementation ("org.bitstrings.eclipse.m2e:m2e-parent:3")
'org.bitstrings.eclipse.m2e:m2e-parent:pom:3'
<dependency org="org.bitstrings.eclipse.m2e" name="m2e-parent" rev="3">
  <artifact name="m2e-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitstrings.eclipse.m2e', module='m2e-parent', version='3')
)
libraryDependencies += "org.bitstrings.eclipse.m2e" % "m2e-parent" % "3"
[org.bitstrings.eclipse.m2e/m2e-parent "3"]