Files download
File Operation
builder-annotations-0.22.0.jar download
builder-annotations-0.22.0.pom download
builder-annotations-0.22.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.sundr</groupId>
  <artifactId>builder-annotations</artifactId>
  <version>0.22.0</version>
</dependency>
Gradle Groovy
implementation 'io.sundr:builder-annotations:0.22.0'
Gradle Kotlin
implementation("io.sundr:builder-annotations:0.22.0")
Scala SBT
libraryDependencies += "io.sundr" % "builder-annotations" % "0.22.0"
Groovy Grape
@Grapes(
  @Grab(group='io.sundr', module='builder-annotations', version='0.22.0')
)
Apache Ivy
<dependency org="io.sundr" name="builder-annotations" rev="0.22.0" />
Leiningen
[io.sundr/builder-annotations "0.22.0"]
Apache Buildr
'io.sundr:builder-annotations:jar:0.22.0'