s

smallrye-config-release

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