Microsoft BotFramework spring-boot
Microsoft BotFramework service
Microsoft BotFramework DirectLine client
<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>
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")
gradlew clean build install uploadArchives -PsigningEnabled=true