w

waffle-pom

Aggregate POM for WAFFLE
文件下载
文件名 操作
waffle-pom-1.6.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.dblock.waffle</groupId>
  <artifactId>waffle-pom</artifactId>
  <version>1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.dblock.waffle:waffle-pom:1.6'
Gradle Kotlin
implementation("com.github.dblock.waffle:waffle-pom:1.6")
Scala SBT
libraryDependencies += "com.github.dblock.waffle" % "waffle-pom" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dblock.waffle', module='waffle-pom', version='1.6')
)
Apache Ivy
<dependency org="com.github.dblock.waffle" name="waffle-pom" rev="1.6" />
Leiningen
[com.github.dblock.waffle/waffle-pom "1.6"]
Apache Buildr
'com.github.dblock.waffle:waffle-pom:jar:1.6'