Skip to content

Commit ad997bf

Browse files
authored
Update README.md
1 parent cfafce2 commit ad997bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Add the dependency to your project build.gradle file or maven pom:
5959
```groovy
6060
dependencies {
6161
//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")
6364
6465
//In-memory reactive caching for high-speed data access
6566
implementation("io.github.hoangtien2k3:reactify-cache:1.2.4")
@@ -78,10 +79,11 @@ dependencies {
7879
```xml
7980
<dependencies>
8081
<!-- Core reactive framework with Spring WebFlux integration -->
82+
<!-- https://mvnrepository.com/artifact/io.github.hoangtien2k3/reactify-core -->
8183
<dependency>
8284
<groupId>io.github.hoangtien2k3</groupId>
8385
<artifactId>reactify-core</artifactId>
84-
<version>1.2.9</version>
86+
<version>1.3.0</version>
8587
</dependency>
8688

8789
<!-- In-memory reactive caching for high-speed data access -->

0 commit comments

Comments
 (0)