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.16.4.pom download
Apache Maven
<dependency>
  <groupId>io.sundr</groupId>
  <artifactId>sundr-pom</artifactId>
  <version>0.16.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.sundr:sundr-pom:0.16.4'
Gradle Kotlin
implementation("io.sundr:sundr-pom:0.16.4")
Scala SBT
libraryDependencies += "io.sundr" % "sundr-pom" % "0.16.4"
Groovy Grape
@Grapes(
  @Grab(group='io.sundr', module='sundr-pom', version='0.16.4')
)
Apache Ivy
<dependency org="io.sundr" name="sundr-pom" rev="0.16.4" />
Leiningen
[io.sundr/sundr-pom "0.16.4"]
Apache Buildr
'io.sundr:sundr-pom:jar:0.16.4'