License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices config Application Layer Libs Configuration |
GroupId | GroupIdio.helidon.config |
ArtifactId | ArtifactIdhelidon-config-yaml-mp |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon Config YAML MP
YAML support for Helidon MP.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.config/helidon-config-yaml-mp/ -->
<dependency>
<groupId>io.helidon.config</groupId>
<artifactId>helidon-config-yaml-mp</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-yaml-mp/
implementation 'io.helidon.config:helidon-config-yaml-mp:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-yaml-mp/
implementation ("io.helidon.config:helidon-config-yaml-mp:3.0.0-M2")
'io.helidon.config:helidon-config-yaml-mp:jar:3.0.0-M2'
<dependency org="io.helidon.config" name="helidon-config-yaml-mp" rev="3.0.0-M2">
<artifact name="helidon-config-yaml-mp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.config', module='helidon-config-yaml-mp', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.config" % "helidon-config-yaml-mp" % "3.0.0-M2"
[io.helidon.config/helidon-config-yaml-mp "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
io.helidon.config : helidon-config-yaml | jar | 3.0.0-M2 |
jakarta.annotation : jakarta.annotation-api | jar | 2.0.0 |
org.eclipse.microprofile.config : microprofile-config-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.hamcrest : hamcrest-core | jar | 1.3 |