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