| License |
License |
|---|---|
| GroupId | GroupIdorg.finos.springbot.demos |
| ArtifactId | ArtifactIdclaim-bot |
| Last Version | Last Version9.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionExpense Claim Bot (Demo)
Chat workflow demo for expense claim processing
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| claim-bot-9.0.0.pom | |
| claim-bot-9.0.0.jar | 108 MB |
| claim-bot-9.0.0-sources.jar | 5 KB |
| claim-bot-9.0.0-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.finos.springbot.demos/claim-bot/ -->
<dependency>
<groupId>org.finos.springbot.demos</groupId>
<artifactId>claim-bot</artifactId>
<version>9.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.springbot.demos/claim-bot/
implementation 'org.finos.springbot.demos:claim-bot:9.0.0'
// https://jarcasting.com/artifacts/org.finos.springbot.demos/claim-bot/
implementation ("org.finos.springbot.demos:claim-bot:9.0.0")
'org.finos.springbot.demos:claim-bot:jar:9.0.0'
<dependency org="org.finos.springbot.demos" name="claim-bot" rev="9.0.0">
<artifact name="claim-bot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.springbot.demos', module='claim-bot', version='9.0.0')
)
libraryDependencies += "org.finos.springbot.demos" % "claim-bot" % "9.0.0"
[org.finos.springbot.demos/claim-bot "9.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |