License |
License |
---|---|
GroupId | GroupIdorg.finos.springbot |
ArtifactId | ArtifactIdspring-bot |
Last Version | Last Version9.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring Bot
A collection of Java projects for building bots on Symphony and Teams
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-bot-9.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.finos.springbot/spring-bot/ -->
<dependency>
<groupId>org.finos.springbot</groupId>
<artifactId>spring-bot</artifactId>
<version>9.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.finos.springbot/spring-bot/
implementation 'org.finos.springbot:spring-bot:9.0.0'
// https://jarcasting.com/artifacts/org.finos.springbot/spring-bot/
implementation ("org.finos.springbot:spring-bot:9.0.0")
'org.finos.springbot:spring-bot:pom:9.0.0'
<dependency org="org.finos.springbot" name="spring-bot" rev="9.0.0">
<artifact name="spring-bot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.finos.springbot', module='spring-bot', version='9.0.0')
)
libraryDependencies += "org.finos.springbot" % "spring-bot" % "9.0.0"
[org.finos.springbot/spring-bot "9.0.0"]