| License |
License |
|---|---|
| GroupId | GroupIdcom.viber |
| ArtifactId | ArtifactIdviber-bot |
| Version | Version1.0.11 |
| Type | Typejar |
| Description |
Descriptionviber-bot
Use this library to communicate with the Viber API to develop a bot for https://developers.viber.com/.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| viber-bot-1.0.11.pom | |
| viber-bot-1.0.11.jar | 95 KB |
| viber-bot-1.0.11-sources.jar | 45 KB |
| viber-bot-1.0.11-javadoc.jar | 183 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.viber/viber-bot/ -->
<dependency>
<groupId>com.viber</groupId>
<artifactId>viber-bot</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.viber/viber-bot/
implementation 'com.viber:viber-bot:1.0.11'
// https://jarcasting.com/artifacts/com.viber/viber-bot/
implementation ("com.viber:viber-bot:1.0.11")
'com.viber:viber-bot:jar:1.0.11'
<dependency org="com.viber" name="viber-bot" rev="1.0.11">
<artifact name="viber-bot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.viber', module='viber-bot', version='1.0.11')
)
libraryDependencies += "com.viber" % "viber-bot" % "1.0.11"
[com.viber/viber-bot "1.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.22 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.6 |
| com.google.guava : guava | jar | 21.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |
| com.squareup.okhttp3 : okhttp | jar | 3.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.10.19 |
| com.jayway.awaitility : awaitility | jar | 1.7.0 |
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.6.1 |