File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737* Add dependency
3838 * Gradle
3939 ``` groovy
40- implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.0.0 -RELEASE'
40+ implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.0.1 -RELEASE'
4141 ```
4242 * Maven
4343 ```xml
4444 <dependency>
4545 <groupId>com.github.sonus21</groupId>
4646 <artifactId>rqueue-spring-boot-starter</artifactId>
47- <version>2.0.0 -RELEASE</version>
47+ <version>2.0.1 -RELEASE</version>
4848 </dependency>
4949 ```
5050
5454* Add Dependency
5555 * Gradle
5656 ```groovy
57- implementation 'com.github.sonus21:rqueue-spring:2.0.0 -RELEASE'
57+ implementation 'com.github.sonus21:rqueue-spring:2.0.1 -RELEASE'
5858 ```
5959 * Maven
6060 ```xml
6161 <dependency>
6262 <groupId>com.github.sonus21</groupId>
6363 <artifactId>rqueue-spring</artifactId>
64- <version>2.0.0 -RELEASE</version>
64+ <version>2.0.1 -RELEASE</version>
6565 </dependency>
6666 ```
6767
You can’t perform that action at this time.
0 commit comments