Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.config |
ArtifactId | ArtifactIdmicroprofile-config-spec |
Version | Version2.0-M1 |
Type | Typepom |
Filename | Size |
---|---|
microprofile-config-spec-2.0-M1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-spec/ -->
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-spec</artifactId>
<version>2.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-spec/
implementation 'org.eclipse.microprofile.config:microprofile-config-spec:2.0-M1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-spec/
implementation ("org.eclipse.microprofile.config:microprofile-config-spec:2.0-M1")
'org.eclipse.microprofile.config:microprofile-config-spec:pom:2.0-M1'
<dependency org="org.eclipse.microprofile.config" name="microprofile-config-spec" rev="2.0-M1">
<artifact name="microprofile-config-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.config', module='microprofile-config-spec', version='2.0-M1')
)
libraryDependencies += "org.eclipse.microprofile.config" % "microprofile-config-spec" % "2.0-M1"
[org.eclipse.microprofile.config/microprofile-config-spec "2.0-M1"]