is not current version
Last Version 3.0.1

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

MicroProfile Config Specification :: Specification

Categories

Categories

CLI User Interface config Application Layer Libs Configuration
GroupId

GroupId

org.eclipse.microprofile.config
ArtifactId

ArtifactId

microprofile-config-spec
Version

Version

1.4
Type

Type

pom

Download microprofile-config-spec 1.4


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