w

waffle-distro

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