p

plivo-spring-boot-starter

Module for making SMS chatbot based on Plivo API and Bot Framework
http://botscrew.com/
The Apache License, Version 2.0
Nikita Nikiforov
Files download
File Operation
plivo-spring-boot-starter-1.0.2.jar download
plivo-spring-boot-starter-1.0.2.pom download
plivo-spring-boot-starter-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.botscrew.botframework</groupId>
  <artifactId>plivo-spring-boot-starter</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.botscrew.botframework:plivo-spring-boot-starter:1.0.2'
Gradle Kotlin
implementation("com.botscrew.botframework:plivo-spring-boot-starter:1.0.2")
Scala SBT
libraryDependencies += "com.botscrew.botframework" % "plivo-spring-boot-starter" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.botscrew.botframework', module='plivo-spring-boot-starter', version='1.0.2')
)
Apache Ivy
<dependency org="com.botscrew.botframework" name="plivo-spring-boot-starter" rev="1.0.2" />
Leiningen
[com.botscrew.botframework/plivo-spring-boot-starter "1.0.2"]
Apache Buildr
'com.botscrew.botframework:plivo-spring-boot-starter:jar:1.0.2'