| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdcom.github.waffle | 
| ArtifactId | ArtifactIdwaffle-spring-boot-starter | 
| Version | Version2.0.0-beta2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.waffle/waffle-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.waffle</groupId>
    <artifactId>waffle-spring-boot-starter</artifactId>
    <version>2.0.0-beta2</version>
</dependency>// https://jarcasting.com/artifacts/com.github.waffle/waffle-spring-boot-starter/
implementation 'com.github.waffle:waffle-spring-boot-starter:2.0.0-beta2'// https://jarcasting.com/artifacts/com.github.waffle/waffle-spring-boot-starter/
implementation ("com.github.waffle:waffle-spring-boot-starter:2.0.0-beta2")'com.github.waffle:waffle-spring-boot-starter:jar:2.0.0-beta2'<dependency org="com.github.waffle" name="waffle-spring-boot-starter" rev="2.0.0-beta2">
  <artifact name="waffle-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.waffle', module='waffle-spring-boot-starter', version='2.0.0-beta2')
)libraryDependencies += "com.github.waffle" % "waffle-spring-boot-starter" % "2.0.0-beta2"[com.github.waffle/waffle-spring-boot-starter "2.0.0-beta2"]