Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.deutschebank.symphony |
ArtifactId | ArtifactIdsymphony-api-spring-boot-starter |
Version | Version4.59.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-api-spring-boot-starter/ -->
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-api-spring-boot-starter</artifactId>
<version>4.59.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-api-spring-boot-starter/
implementation 'com.github.deutschebank.symphony:symphony-api-spring-boot-starter:4.59.2'
// https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-api-spring-boot-starter/
implementation ("com.github.deutschebank.symphony:symphony-api-spring-boot-starter:4.59.2")
'com.github.deutschebank.symphony:symphony-api-spring-boot-starter:jar:4.59.2'
<dependency org="com.github.deutschebank.symphony" name="symphony-api-spring-boot-starter" rev="4.59.2">
<artifact name="symphony-api-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.deutschebank.symphony', module='symphony-api-spring-boot-starter', version='4.59.2')
)
libraryDependencies += "com.github.deutschebank.symphony" % "symphony-api-spring-boot-starter" % "4.59.2"
[com.github.deutschebank.symphony/symphony-api-spring-boot-starter "4.59.2"]