Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.sap.cloud.spring.boot |
ArtifactId | ArtifactIdspring-boot-starter-cds4j |
Version | Version1.10.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sap.cloud.spring.boot/spring-boot-starter-cds4j/ -->
<dependency>
<groupId>com.sap.cloud.spring.boot</groupId>
<artifactId>spring-boot-starter-cds4j</artifactId>
<version>1.10.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sap.cloud.spring.boot/spring-boot-starter-cds4j/
implementation 'com.sap.cloud.spring.boot:spring-boot-starter-cds4j:1.10.5'
// https://jarcasting.com/artifacts/com.sap.cloud.spring.boot/spring-boot-starter-cds4j/
implementation ("com.sap.cloud.spring.boot:spring-boot-starter-cds4j:1.10.5")
'com.sap.cloud.spring.boot:spring-boot-starter-cds4j:jar:1.10.5'
<dependency org="com.sap.cloud.spring.boot" name="spring-boot-starter-cds4j" rev="1.10.5">
<artifact name="spring-boot-starter-cds4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.spring.boot', module='spring-boot-starter-cds4j', version='1.10.5')
)
libraryDependencies += "com.sap.cloud.spring.boot" % "spring-boot-starter-cds4j" % "1.10.5"
[com.sap.cloud.spring.boot/spring-boot-starter-cds4j "1.10.5"]