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