is not current version
Last Version 0.10.6

io.helidon.config:helidon-config-bundle 0.10.5

The single Config reference Bundle that provides dependencies on all runtime modules.

Categories

Categories

Helidon Container Microservices config Application Layer Libs Configuration
GroupId

GroupId

io.helidon.config
ArtifactId

ArtifactId

helidon-config-bundle
Version

Version

0.10.5
Type

Type

jar

Download helidon-config-bundle 0.10.5


<!-- https://jarcasting.com/artifacts/io.helidon.config/helidon-config-bundle/ -->
<dependency>
    <groupId>io.helidon.config</groupId>
    <artifactId>helidon-config-bundle</artifactId>
    <version>0.10.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-bundle/
implementation 'io.helidon.config:helidon-config-bundle:0.10.5'
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-bundle/
implementation ("io.helidon.config:helidon-config-bundle:0.10.5")
'io.helidon.config:helidon-config-bundle:jar:0.10.5'
<dependency org="io.helidon.config" name="helidon-config-bundle" rev="0.10.5">
  <artifact name="helidon-config-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.config', module='helidon-config-bundle', version='0.10.5')
)
libraryDependencies += "io.helidon.config" % "helidon-config-bundle" % "0.10.5"
[io.helidon.config/helidon-config-bundle "0.10.5"]