s

sundr-pom

Code generation tools and annotation processors for Builder, Fluent APIs and DSLs.
https://github.com/sundrio/sundrio
The Apache Software License, Version 2.0
Ioannis Canellos
Files download
File Operation
sundr-pom-0.30.6.pom download
Apache Maven
<dependency>
  <groupId>io.sundr</groupId>
  <artifactId>sundr-pom</artifactId>
  <version>0.30.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.sundr:sundr-pom:0.30.6'
Gradle Kotlin
implementation("io.sundr:sundr-pom:0.30.6")
Scala SBT
libraryDependencies += "io.sundr" % "sundr-pom" % "0.30.6"
Groovy Grape
@Grapes(
  @Grab(group='io.sundr', module='sundr-pom', version='0.30.6')
)
Apache Ivy
<dependency org="io.sundr" name="sundr-pom" rev="0.30.6" />
Leiningen
[io.sundr/sundr-pom "0.30.6"]
Apache Buildr
'io.sundr:sundr-pom:jar:0.30.6'