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