is not current version
Last Version 3.0.0-RC2

io.smallrye.config.examples:profiles 1.11.0


Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.smallrye.config.examples
ArtifactId

ArtifactId

profiles
Version

Version

1.11.0
Type

Type

jar

Download profiles 1.11.0


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