Spring Social Microsoft BotFramework

Spring Social Direct line client for Microsoft BotFramework

Лицензия

Лицензия

Группа

Группа

ua.profitsoft.social
Идентификатор

Идентификатор

spring-social-botframework-directline
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring Social Microsoft BotFramework
Spring Social Direct line client for Microsoft BotFramework
Ссылка на сайт

Ссылка на сайт

https://github.com/antonleliuk/spring-social-botFramework
Система контроля версий

Система контроля версий

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

Скачать spring-social-botframework-directline

Как подключить последнюю версию

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.1.0