Spring Social Microsoft BotFramework

Spring Social text builder for Microsoft BotFramework

License

License

GroupId

GroupId

ua.profitsoft.social
ArtifactId

ArtifactId

spring-social-botframework-text
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Social Microsoft BotFramework
Spring Social text builder for Microsoft BotFramework
Project URL

Project URL

https://github.com/antonleliuk/spring-social-botFramework
Source Code Management

Source Code Management

https://github.com/antonleliuk/spring-social-botFramework

Download spring-social-botframework-text

How to add to project

<!-- https://jarcasting.com/artifacts/ua.profitsoft.social/spring-social-botframework-text/ -->
<dependency>
    <groupId>ua.profitsoft.social</groupId>
    <artifactId>spring-social-botframework-text</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ua.profitsoft.social/spring-social-botframework-text/
implementation 'ua.profitsoft.social:spring-social-botframework-text:0.1.0'
// https://jarcasting.com/artifacts/ua.profitsoft.social/spring-social-botframework-text/
implementation ("ua.profitsoft.social:spring-social-botframework-text:0.1.0")
'ua.profitsoft.social:spring-social-botframework-text:jar:0.1.0'
<dependency org="ua.profitsoft.social" name="spring-social-botframework-text" rev="0.1.0">
  <artifact name="spring-social-botframework-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='ua.profitsoft.social', module='spring-social-botframework-text', version='0.1.0')
)
libraryDependencies += "ua.profitsoft.social" % "spring-social-botframework-text" % "0.1.0"
[ua.profitsoft.social/spring-social-botframework-text "0.1.0"]

Dependencies

compile (7)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-annotations jar 2.8.6
com.fasterxml.jackson.core : jackson-databind jar 2.8.6
org.springframework.social : spring-social-core jar 1.1.4.RELEASE
org.springframework.social : spring-social-config jar 1.1.4.RELEASE
org.springframework.social : spring-social-security jar 1.1.4.RELEASE
org.springframework.security : spring-security-core jar 4.2.2.RELEASE
ua.profitsoft.social : spring-social-botframework-core jar 0.1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.1.0