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