Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

antonleliuk/spring-social-botFramework

Repository files navigation

Spring social integration with Microsoft BotFramework

TravisCI Codacy Badge

Microsoft BotFramework core Maven Central

Microsoft BotFramework spring-boot Maven Central

Microsoft BotFramework state Maven Central

Microsoft BotFramework service Maven Central

Microsoft BotFramework text Maven Central

Microsoft BotFramework DirectLine client Maven Central

Getting Started

Using Maven

<dependencies>
    <dependency>
        <groupId>ua.profitsoft.social</groupId>
        <artifactId>spring-social-botframework-core</artifactId>
        <version>0.0.3</version>
    </dependency>
    <dependency>
        <groupId>ua.profitsoft.social</groupId>
        <artifactId>spring-social-botframework-config</artifactId>
        <version>0.0.3</version>
    </dependency>
    <dependency>
        <groupId>ua.profitsoft.social</groupId>
        <artifactId>spring-social-botframework-state</artifactId>
        <version>0.0.3</version>
    </dependency>
    <dependency>
        <groupId>ua.profitsoft.social</groupId>
        <artifactId>spring-social-botframework-service</artifactId>
        <version>0.0.3</version>
    </dependency>
    <dependency>
        <groupId>ua.profitsoft.social</groupId>
        <artifactId>spring-social-botframework-text</artifactId>
        <version>0.0.3</version>
    </dependency>
    <dependency>
        <groupId>ua.profitsoft.social</groupId>
        <artifactId>spring-social-botframework-directline</artifactId>
        <version>0.0.3</version>
    </dependency>
</dependencies>

Using Gradle

compile("ua.profitsoft.social:spring-social-botframework-core:0.0.3")
compile("ua.profitsoft.social:spring-social-botframework-config:0.0.3")
compile("ua.profitsoft.social:spring-social-botframework-state:0.0.3")
compile("ua.profitsoft.social:spring-social-botframework-service:0.0.3")
compile("ua.profitsoft.social:spring-social-botframework-text:0.0.3")
compile("ua.profitsoft.social:spring-social-botframework-directline:0.0.3")

Publishing artifacts

gradlew clean build install uploadArchives -PsigningEnabled=true