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