s

smallrye-config-release

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