s

solon.extend.properties.yaml

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