is not current version
Last Version 1.5.0

io.smallrye:smallrye-config-release 1.3.10

Empty Release Project to Avoid Maven Bug

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.smallrye
ArtifactId

ArtifactId

smallrye-config-release
Version

Version

1.3.10
Type

Type

pom

Download smallrye-config-release 1.3.10


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