Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.waffle |
ArtifactId | ArtifactIdwaffle-spring-boot-autoconfigure |
Version | Version2.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.waffle/waffle-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.waffle</groupId>
<artifactId>waffle-spring-boot-autoconfigure</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.waffle/waffle-spring-boot-autoconfigure/
implementation 'com.github.waffle:waffle-spring-boot-autoconfigure:2.1.1'
// https://jarcasting.com/artifacts/com.github.waffle/waffle-spring-boot-autoconfigure/
implementation ("com.github.waffle:waffle-spring-boot-autoconfigure:2.1.1")
'com.github.waffle:waffle-spring-boot-autoconfigure:jar:2.1.1'
<dependency org="com.github.waffle" name="waffle-spring-boot-autoconfigure" rev="2.1.1">
<artifact name="waffle-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.waffle', module='waffle-spring-boot-autoconfigure', version='2.1.1')
)
libraryDependencies += "com.github.waffle" % "waffle-spring-boot-autoconfigure" % "2.1.1"
[com.github.waffle/waffle-spring-boot-autoconfigure "2.1.1"]