Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdkim.sesame.framework |
ArtifactId | ArtifactIdframework-spring-boot |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
framework-spring-boot-1.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/kim.sesame.framework/framework-spring-boot/ -->
<dependency>
<groupId>kim.sesame.framework</groupId>
<artifactId>framework-spring-boot</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/kim.sesame.framework/framework-spring-boot/
implementation 'kim.sesame.framework:framework-spring-boot:1.0.1'
// https://jarcasting.com/artifacts/kim.sesame.framework/framework-spring-boot/
implementation ("kim.sesame.framework:framework-spring-boot:1.0.1")
'kim.sesame.framework:framework-spring-boot:pom:1.0.1'
<dependency org="kim.sesame.framework" name="framework-spring-boot" rev="1.0.1">
<artifact name="framework-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='kim.sesame.framework', module='framework-spring-boot', version='1.0.1')
)
libraryDependencies += "kim.sesame.framework" % "framework-spring-boot" % "1.0.1"
[kim.sesame.framework/framework-spring-boot "1.0.1"]