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