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