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

org.eclipse.microprofile.config:microprofile-config-parent 1.1

Eclipse MicroProfile Configuration Feature - Parent POM

Категории

Категории

CLI Взаимодействие с пользователем config Библиотеки уровня приложения Configuration
Группа

Группа

org.eclipse.microprofile.config
Идентификатор

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

microprofile-config-parent
Версия

Версия

1.1
Тип

Тип

pom

Скачать microprofile-config-parent 1.1

Имя Файла Размер
microprofile-config-parent-1.1.pom 14 KB
Обзор

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