@@ -71,13 +71,13 @@ features, such as overloaded operators.
7171
7272Copy the Maven dependency provided below to your pom.xml file, and you are ready to go. For other package managers,
7373check maven central repository:
74- [ UNITILITY] ( https://search.maven.org/artifact/com.synerset/unitility/3.0.0 /jar?eh= ) .
74+ [ UNITILITY] ( https://search.maven.org/artifact/com.synerset/unitility/3.0.1 /jar?eh= ) .
7575
7676``` xml
7777<dependency >
7878 <groupId >com.synerset</groupId >
7979 <artifactId >unitility-core</artifactId >
80- <version >3.0.0 </version >
80+ <version >3.0.1 </version >
8181</dependency >
8282```
8383If you use frameworks to develop web applications, it is recommended to use Unitility extension modules,
@@ -89,15 +89,15 @@ Extension for the Spring Boot framework:
8989<dependency >
9090 <groupId >com.synerset</groupId >
9191 <artifactId >unitility-spring</artifactId >
92- <version >3.0.0 </version >
92+ <version >3.0.1 </version >
9393</dependency >
9494```
9595Extension for the Quarkus framework:
9696``` xml
9797<dependency >
9898 <groupId >com.synerset</groupId >
9999 <artifactId >unitility-quarkus</artifactId >
100- <version >3.0.0 </version >
100+ <version >3.0.1 </version >
101101</dependency >
102102```
103103Extensions include CORE module, so you don't have to put it separate in your pom.
@@ -553,7 +553,7 @@ deserialization back to Java objects. To include this module in your project, us
553553<dependency >
554554 <groupId >com.synerset</groupId >
555555 <artifactId >unitility-jackson</artifactId >
556- <version >3.0.0 </version >
556+ <version >3.0.1 </version >
557557</dependency >
558558```
559559PhysicalQuantity JSON structure for valid serialization / deserialization has been defined as in the following example:
@@ -632,7 +632,7 @@ add the following dependency:
632632<dependency >
633633 <groupId >com.synerset</groupId >
634634 <artifactId >unitility-spring</artifactId >
635- <version >3.0.0 </version >
635+ <version >3.0.1 </version >
636636</dependency >
637637```
638638Adding Spring module to the project will automatically:
@@ -671,7 +671,7 @@ add following dependency:
671671<dependency >
672672 <groupId >com.synerset</groupId >
673673 <artifactId >unitility-quarkus</artifactId >
674- <version >3.0.0 </version >
674+ <version >3.0.1 </version >
675675</dependency >
676676```
677677Adding Quarkus module to the project will automatically:
@@ -1291,10 +1291,10 @@ Small shield with referenced most recent version tag:<br>
12911291```
12921292
12931293Tech shield with version tag for manual adjustment (you can indicate which version you actually use): <br >
1294- [](https://github.com/pjazdzyk/Unitility)
1294+ [](https://github.com/pjazdzyk/Unitility)
12951295
12961296``` markdown
1297- [](https://github.com/pjazdzyk/Unitility)
1297+ [](https://github.com/pjazdzyk/Unitility)
12981298```
12991299
13001300## 11. ACKNOWLEDGMENTS
0 commit comments