Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdkim.sesame.framework |
ArtifactId | ArtifactIdframework-spring-boot-cloud |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/kim.sesame.framework/framework-spring-boot-cloud/ -->
<dependency>
<groupId>kim.sesame.framework</groupId>
<artifactId>framework-spring-boot-cloud</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/kim.sesame.framework/framework-spring-boot-cloud/
implementation 'kim.sesame.framework:framework-spring-boot-cloud:1.2'
// https://jarcasting.com/artifacts/kim.sesame.framework/framework-spring-boot-cloud/
implementation ("kim.sesame.framework:framework-spring-boot-cloud:1.2")
'kim.sesame.framework:framework-spring-boot-cloud:jar:1.2'
<dependency org="kim.sesame.framework" name="framework-spring-boot-cloud" rev="1.2">
<artifact name="framework-spring-boot-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='kim.sesame.framework', module='framework-spring-boot-cloud', version='1.2')
)
libraryDependencies += "kim.sesame.framework" % "framework-spring-boot-cloud" % "1.2"
[kim.sesame.framework/framework-spring-boot-cloud "1.2"]