MVN

org.finos.springbot : spring-bot

Maven & Gradle

Jun 07, 2023
56 stars

Spring Bot · A collection of Java projects for building bots on Symphony and Teams

<dependency>
    <groupId>org.finos.springbot</groupId>
    <artifactId>spring-bot</artifactId>
    <version>9.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.finos.springbot : spring-bot to add to Maven - Latest Versions:

  • Latest Stable: 9.0.2
  • Latest Beta: 9.0.0.BETA2

All Versions

Choose a version of org.finos.springbot : spring-bot to add to Maven - All Versions:

Version Vulnerabilities Updated
9.0.x
spring-bot-9.0.2
spring-bot-9.0.1
spring-bot-9.0.0
spring-bot-9.0.0.BETA2
spring-bot-9.0.0.BETA

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.finos.springbot</groupId>
    <artifactId>spring-bot</artifactId>
    <version>9.0.2</version>
</dependency>

Advertisement