License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices config Application Layer Libs Configuration |
GroupId | GroupIdio.helidon.config |
ArtifactId | ArtifactIdhelidon-config-project |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHelidon Config Project
Configuration API
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
helidon-config-project-3.0.0-M2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.config/helidon-config-project/ -->
<dependency>
<groupId>io.helidon.config</groupId>
<artifactId>helidon-config-project</artifactId>
<version>3.0.0-M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-project/
implementation 'io.helidon.config:helidon-config-project:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-project/
implementation ("io.helidon.config:helidon-config-project:3.0.0-M2")
'io.helidon.config:helidon-config-project:pom:3.0.0-M2'
<dependency org="io.helidon.config" name="helidon-config-project" rev="3.0.0-M2">
<artifact name="helidon-config-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.helidon.config', module='helidon-config-project', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.config" % "helidon-config-project" % "3.0.0-M2"
[io.helidon.config/helidon-config-project "3.0.0-M2"]