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

org.eclipse.microprofile.config:microprofile-config-spec 3.0


Категории

Категории

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

Группа

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

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

microprofile-config-spec
Версия

Версия

3.0
Тип

Тип

pom

Скачать microprofile-config-spec 3.0


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