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