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