s

smallrye-config-release

Empty Release Project to Avoid Maven Bug
Files download
File Operation
smallrye-config-release-2.12.3.pom download
Apache Maven
<dependency>
  <groupId>io.smallrye.config</groupId>
  <artifactId>smallrye-config-release</artifactId>
  <version>2.12.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye.config:smallrye-config-release:2.12.3'
Gradle Kotlin
implementation("io.smallrye.config:smallrye-config-release:2.12.3")
Scala SBT
libraryDependencies += "io.smallrye.config" % "smallrye-config-release" % "2.12.3"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.config', module='smallrye-config-release', version='2.12.3')
)
Apache Ivy
<dependency org="io.smallrye.config" name="smallrye-config-release" rev="2.12.3" />
Leiningen
[io.smallrye.config/smallrye-config-release "2.12.3"]
Apache Buildr
'io.smallrye.config:smallrye-config-release:jar:2.12.3'