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