is not current version
Last Version 3.0.0-RC2

io.smallrye.config:smallrye-config-release 1.11.1

Empty Release Project to Avoid Maven Bug

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.smallrye.config
ArtifactId

ArtifactId

smallrye-config-release
Version

Version

1.11.1
Type

Type

pom

Download smallrye-config-release 1.11.1


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