We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae2fad commit db4d1a5Copy full SHA for db4d1a5
README.md
@@ -50,9 +50,10 @@ This library uses the next third-party dependencies:
50
<dependency>
51
<groupId>com.github.yvasyliev</groupId>
52
<artifactId>java-vk-bots-longpoll-api</artifactId>
53
- <version>4.1.2</version>
+ <version>VERSION</version>
54
</dependency>
55
```
56
+ * Replace `VERSION` with [the latest release](https://github.com/yvasyliev/java-vk-bots-long-poll-api/releases).
57
4. Extend `LongPollBot` class and override necessary methods:
58
```java
59
import api.longpoll.bots.LongPollBot;
0 commit comments