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