is not current version
Last Version 1.0.2

com.botscrew.botframework:plivo-spring-boot-starter 1.0.1

Module for making SMS chatbot based on Plivo API and Bot Framework

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.botscrew.botframework
ArtifactId

ArtifactId

plivo-spring-boot-starter
Version

Version

1.0.1
Type

Type

jar

Download plivo-spring-boot-starter 1.0.1


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