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