| License |
License |
|---|---|
| GroupId | GroupIdorg.finos.symphony.toolkit.demos |
| ArtifactId | ArtifactIddemo-bot |
| Version | Version8.0.1 |
| Type | Typejar |
| Description |
DescriptionSymphony Demo Bot
Demo Bot Using Spring Boot Starter
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| demo-bot-8.0.1.pom | |
| demo-bot-8.0.1.jar | 23 MB |
| demo-bot-8.0.1-sources.jar | 149 KB |
| demo-bot-8.0.1-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.finos.symphony.toolkit.demos/demo-bot/ -->
<dependency>
<groupId>org.finos.symphony.toolkit.demos</groupId>
<artifactId>demo-bot</artifactId>
<version>8.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit.demos/demo-bot/
implementation 'org.finos.symphony.toolkit.demos:demo-bot:8.0.1'
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit.demos/demo-bot/
implementation ("org.finos.symphony.toolkit.demos:demo-bot:8.0.1")
'org.finos.symphony.toolkit.demos:demo-bot:jar:8.0.1'
<dependency org="org.finos.symphony.toolkit.demos" name="demo-bot" rev="8.0.1">
<artifact name="demo-bot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.symphony.toolkit.demos', module='demo-bot', version='8.0.1')
)
libraryDependencies += "org.finos.symphony.toolkit.demos" % "demo-bot" % "8.0.1"
[org.finos.symphony.toolkit.demos/demo-bot "8.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-devtools Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |