Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdcom.github.cedar12 |
ArtifactId | ArtifactIdcedar-data-spring-boot-starter |
Version | Version1.1.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cedar12/cedar-data-spring-boot-starter/ -->
<dependency>
<groupId>com.github.cedar12</groupId>
<artifactId>cedar-data-spring-boot-starter</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cedar12/cedar-data-spring-boot-starter/
implementation 'com.github.cedar12:cedar-data-spring-boot-starter:1.1.8'
// https://jarcasting.com/artifacts/com.github.cedar12/cedar-data-spring-boot-starter/
implementation ("com.github.cedar12:cedar-data-spring-boot-starter:1.1.8")
'com.github.cedar12:cedar-data-spring-boot-starter:jar:1.1.8'
<dependency org="com.github.cedar12" name="cedar-data-spring-boot-starter" rev="1.1.8">
<artifact name="cedar-data-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cedar12', module='cedar-data-spring-boot-starter', version='1.1.8')
)
libraryDependencies += "com.github.cedar12" % "cedar-data-spring-boot-starter" % "1.1.8"
[com.github.cedar12/cedar-data-spring-boot-starter "1.1.8"]