Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.finos.symphony.toolkit |
ArtifactId | ArtifactIdsymphony-chat-workflow-spring-boot-starter |
Version | Version8.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-chat-workflow-spring-boot-starter/ -->
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-chat-workflow-spring-boot-starter</artifactId>
<version>8.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-chat-workflow-spring-boot-starter/
implementation 'org.finos.symphony.toolkit:symphony-chat-workflow-spring-boot-starter:8.0.1'
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-chat-workflow-spring-boot-starter/
implementation ("org.finos.symphony.toolkit:symphony-chat-workflow-spring-boot-starter:8.0.1")
'org.finos.symphony.toolkit:symphony-chat-workflow-spring-boot-starter:jar:8.0.1'
<dependency org="org.finos.symphony.toolkit" name="symphony-chat-workflow-spring-boot-starter" rev="8.0.1">
<artifact name="symphony-chat-workflow-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.symphony.toolkit', module='symphony-chat-workflow-spring-boot-starter', version='8.0.1')
)
libraryDependencies += "org.finos.symphony.toolkit" % "symphony-chat-workflow-spring-boot-starter" % "8.0.1"
[org.finos.symphony.toolkit/symphony-chat-workflow-spring-boot-starter "8.0.1"]