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