|
22 | 22 | <dependency> |
23 | 23 | <groupId>io.github.hakky54</groupId> |
24 | 24 | <artifactId>ayza</artifactId> |
25 | | - <version>10.0.5</version> |
| 25 | + <version>10.0.6</version> |
26 | 26 | </dependency> |
27 | 27 | ``` |
28 | 28 | ### Install with Gradle |
29 | 29 | ```groovy |
30 | | -implementation 'io.github.hakky54:ayza:10.0.5' |
| 30 | +implementation 'io.github.hakky54:ayza:10.0.6' |
31 | 31 | ``` |
32 | 32 | ### Install with Gradle Kotlin DSL |
33 | 33 | ```kotlin |
34 | | -implementation("io.github.hakky54:ayza:10.0.5") |
| 34 | +implementation("io.github.hakky54:ayza:10.0.6") |
35 | 35 | ``` |
36 | 36 | ### Install with Scala SBT |
37 | 37 | ``` |
38 | | -libraryDependencies += "io.github.hakky54" % "ayza" % "10.0.5" |
| 38 | +libraryDependencies += "io.github.hakky54" % "ayza" % "10.0.6" |
39 | 39 | ``` |
40 | 40 | ### Install with Apache Ivy |
41 | 41 | ```xml |
42 | | -<dependency org="io.github.hakky54" name="ayza" rev="10.0.5"/> |
| 42 | +<dependency org="io.github.hakky54" name="ayza" rev="10.0.6"/> |
43 | 43 | ``` |
44 | 44 |
|
45 | 45 | ## Table of contents |
@@ -803,7 +803,7 @@ Add the dependency below to use this feature, it also includes the core features |
803 | 803 | <dependency> |
804 | 804 | <groupId>io.github.hakky54</groupId> |
805 | 805 | <artifactId>ayza-for-pem</artifactId> |
806 | | - <version>10.0.5</version> |
| 806 | + <version>10.0.6</version> |
807 | 807 | </dependency> |
808 | 808 | ``` |
809 | 809 | ##### Loading pem files from the classpath |
@@ -1204,7 +1204,7 @@ Some know http clients which relay on netty libraries are: [Spring WebFlux WebCl |
1204 | 1204 | <dependency> |
1205 | 1205 | <groupId>io.github.hakky54</groupId> |
1206 | 1206 | <artifactId>ayza-for-netty</artifactId> |
1207 | | - <version>10.0.5</version> |
| 1207 | + <version>10.0.6</version> |
1208 | 1208 | </dependency> |
1209 | 1209 | ``` |
1210 | 1210 | Example setup for Spring WebClient with Netty: |
@@ -1242,7 +1242,7 @@ public class App { |
1242 | 1242 | <dependency> |
1243 | 1243 | <groupId>io.github.hakky54</groupId> |
1244 | 1244 | <artifactId>ayza-for-jetty</artifactId> |
1245 | | - <version>10.0.5</version> |
| 1245 | + <version>10.0.6</version> |
1246 | 1246 | </dependency> |
1247 | 1247 | ``` |
1248 | 1248 | Example setup for [Spring WebFlux WebClient Jetty](https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html): |
@@ -1280,7 +1280,7 @@ However, it is still possible to configure the http client with their custom con |
1280 | 1280 | <dependency> |
1281 | 1281 | <groupId>io.github.hakky54</groupId> |
1282 | 1282 | <artifactId>ayza-for-apache4</artifactId> |
1283 | | - <version>10.0.5</version> |
| 1283 | + <version>10.0.6</version> |
1284 | 1284 | </dependency> |
1285 | 1285 | ``` |
1286 | 1286 | ```java |
@@ -1311,7 +1311,7 @@ public class App { |
1311 | 1311 | <dependency> |
1312 | 1312 | <groupId>io.github.hakky54</groupId> |
1313 | 1313 | <artifactId>ayza-for-apache5</artifactId> |
1314 | | - <version>10.0.5</version> |
| 1314 | + <version>10.0.6</version> |
1315 | 1315 | </dependency> |
1316 | 1316 | ``` |
1317 | 1317 | ```java |
|
0 commit comments