MVN

ua.profitsoft.social : spring-social-botFramework-config

Maven & Gradle

Feb 08, 2017
4 stars

Spring Boot Microsoft BotFramework · Spring Boot auto-configuration for Microsoft BotFramework

<dependency>
    <groupId>ua.profitsoft.social</groupId>
    <artifactId>spring-social-botFramework-config</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ua.profitsoft.social : spring-social-botFramework-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of ua.profitsoft.social : spring-social-botFramework-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-social-botFramework-config-0.0.2
spring-social-botFramework-config-0.0.1

How to add a dependency to Maven

Add the following ua.profitsoft.social : spring-social-botFramework-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ua.profitsoft.social</groupId>
    <artifactId>spring-social-botFramework-config</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ua.profitsoft.social : spring-social-botFramework-config gradle dependency to your build.gradle file:

implementation 'ua.profitsoft.social:spring-social-botFramework-config:0.0.2'

Gradle Kotlin DSL: Add the following ua.profitsoft.social : spring-social-botFramework-config gradle kotlin dependency to your build.gradle.kts file:

implementation("ua.profitsoft.social:spring-social-botFramework-config:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ua.profitsoft.social : spring-social-botFramework-config sbt scala dependency to your build.sbt file:

libraryDependencies += "ua.profitsoft.social" % "spring-social-botFramework-config" % "0.0.2"