License |
License |
---|---|
GroupId | GroupIdorg.finos.springbot.tools |
ArtifactId | ArtifactIdpoll-bot |
Last Version | Last Version9.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPoll Bot
Chat Workflow Bot for Creating Polls
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
poll-bot-9.0.0.pom | |
poll-bot-9.0.0.jar | 33 MB |
poll-bot-9.0.0-sources.jar | 14 KB |
poll-bot-9.0.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.finos.springbot.tools/poll-bot/ -->
<dependency>
<groupId>org.finos.springbot.tools</groupId>
<artifactId>poll-bot</artifactId>
<version>9.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.springbot.tools/poll-bot/
implementation 'org.finos.springbot.tools:poll-bot:9.0.0'
// https://jarcasting.com/artifacts/org.finos.springbot.tools/poll-bot/
implementation ("org.finos.springbot.tools:poll-bot:9.0.0")
'org.finos.springbot.tools:poll-bot:jar:9.0.0'
<dependency org="org.finos.springbot.tools" name="poll-bot" rev="9.0.0">
<artifact name="poll-bot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.springbot.tools', module='poll-bot', version='9.0.0')
)
libraryDependencies += "org.finos.springbot.tools" % "poll-bot" % "9.0.0"
[org.finos.springbot.tools/poll-bot "9.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |