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