File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ Add the dependency to your project build.gradle file or maven pom:
59
59
``` groovy
60
60
dependencies {
61
61
//Core reactive framework with Spring WebFlux integration
62
- implementation("io.github.hoangtien2k3:reactify-core:1.2.9")
62
+ // https://mvnrepository.com/artifact/io.github.hoangtien2k3/reactify-core
63
+ implementation("io.github.hoangtien2k3:reactify-core:1.3.0")
63
64
64
65
//In-memory reactive caching for high-speed data access
65
66
implementation("io.github.hoangtien2k3:reactify-cache:1.2.4")
@@ -78,10 +79,11 @@ dependencies {
78
79
``` xml
79
80
<dependencies >
80
81
<!-- Core reactive framework with Spring WebFlux integration -->
82
+ <!-- https://mvnrepository.com/artifact/io.github.hoangtien2k3/reactify-core -->
81
83
<dependency >
82
84
<groupId >io.github.hoangtien2k3</groupId >
83
85
<artifactId >reactify-core</artifactId >
84
- <version >1.2.9 </version >
86
+ <version >1.3.0 </version >
85
87
</dependency >
86
88
87
89
<!-- In-memory reactive caching for high-speed data access -->
You can’t perform that action at this time.
0 commit comments