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