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