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