s

solon.extend.properties.yaml

文件下载
文件名 操作
solon.extend.properties.yaml-1.6.22.jar 下载
solon.extend.properties.yaml-1.6.22.pom 下载
solon.extend.properties.yaml-1.6.22-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.noear</groupId>
  <artifactId>solon.extend.properties.yaml</artifactId>
  <version>1.6.22</version>
</dependency>
Gradle Groovy
implementation 'org.noear:solon.extend.properties.yaml:1.6.22'
Gradle Kotlin
implementation("org.noear:solon.extend.properties.yaml:1.6.22")
Scala SBT
libraryDependencies += "org.noear" % "solon.extend.properties.yaml" % "1.6.22"
Groovy Grape
@Grapes(
  @Grab(group='org.noear', module='solon.extend.properties.yaml', version='1.6.22')
)
Apache Ivy
<dependency org="org.noear" name="solon.extend.properties.yaml" rev="1.6.22" />
Leiningen
[org.noear/solon.extend.properties.yaml "1.6.22"]
Apache Buildr
'org.noear:solon.extend.properties.yaml:jar:1.6.22'