License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices config Application Layer Libs Configuration |
GroupId | GroupIdio.helidon.config |
ArtifactId | ArtifactIdhelidon-config-object-mapping |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon Config Object Mapping
Support for loading java pojos from configuration.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.config/helidon-config-object-mapping/ -->
<dependency>
<groupId>io.helidon.config</groupId>
<artifactId>helidon-config-object-mapping</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-object-mapping/
implementation 'io.helidon.config:helidon-config-object-mapping:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-object-mapping/
implementation ("io.helidon.config:helidon-config-object-mapping:3.0.0-M2")
'io.helidon.config:helidon-config-object-mapping:jar:3.0.0-M2'
<dependency org="io.helidon.config" name="helidon-config-object-mapping" rev="3.0.0-M2">
<artifact name="helidon-config-object-mapping" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.config', module='helidon-config-object-mapping', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.config" % "helidon-config-object-mapping" % "3.0.0-M2"
[io.helidon.config/helidon-config-object-mapping "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
io.helidon.config : helidon-config | jar | 3.0.0-M2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |