s

smallrye-config-source-file-system

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