is not current version
Last Version 1.0.2

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

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.0
Type

Type

jar

Download plivo-spring-boot-starter 1.0.0


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