is not current version
Last Version 2.0.0-RC3

io.smallrye.config:smallrye-config-examples 2.0.0-RC2


Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.smallrye.config
ArtifactId

ArtifactId

smallrye-config-examples
Version

Version

2.0.0-RC2
Type

Type

pom

Download smallrye-config-examples 2.0.0-RC2


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