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