Maven Coordinates
Apache Maven
<dependency> <groupId>com.github.waffle</groupId> <artifactId>waffle-spring-boot-starter3</artifactId> <version>3.6.0-SNAPSHOT</version> </dependency>
Apache Ivy
<dependency org="com.github.waffle" name="waffle-spring-boot-starter3" rev="3.6.0-SNAPSHOT"> <artifact name="waffle-spring-boot-starter3" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.waffle', module='waffle-spring-boot-starter3', version='3.6.0-SNAPSHOT') )
Gradle/Grails
implementation 'com.github.waffle:waffle-spring-boot-starter3:3.6.0-SNAPSHOT'
Scala SBT
libraryDependencies += "com.github.waffle" % "waffle-spring-boot-starter3" % "3.6.0-SNAPSHOT"
Leiningen
[com.github.waffle/waffle-spring-boot-starter3 "3.6.0-SNAPSHOT"]

