@@ -553,18 +553,18 @@ public class MultipleActionsDemo {
553553 <dependency >
554554 <groupId >io.foldright</groupId >
555555 <artifactId >cffu</artifactId >
556- <version >1.0.0-Alpha26 </version >
556+ <version >1.0.0-Alpha27 </version >
557557 </dependency >
558558 ```
559559 - For `Gradle` projects:
560560
561561 ```groovy
562562 // Gradle Kotlin DSL
563- implementation("io.foldright:cffu:1.0.0-Alpha26 ")
563+ implementation("io.foldright:cffu:1.0.0-Alpha27 ")
564564 ```
565565 ```groovy
566566 // Gradle Groovy DSL
567- implementation 'io.foldright:cffu:1.0.0-Alpha26 '
567+ implementation 'io.foldright:cffu:1.0.0-Alpha27 '
568568 ```
569569- `cffu Kotlin`支持库:
570570 - For `Maven` projects:
@@ -573,18 +573,18 @@ public class MultipleActionsDemo {
573573 <dependency >
574574 <groupId >io.foldright</groupId >
575575 <artifactId >cffu-kotlin</artifactId >
576- <version >1.0.0-Alpha26 </version >
576+ <version >1.0.0-Alpha27 </version >
577577 </dependency >
578578 ```
579579 - For `Gradle` projects:
580580
581581 ```groovy
582582 // Gradle Kotlin DSL
583- implementation("io.foldright:cffu-kotlin:1.0.0-Alpha26 ")
583+ implementation("io.foldright:cffu-kotlin:1.0.0-Alpha27 ")
584584 ```
585585 ```groovy
586586 // Gradle Groovy DSL
587- implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha26 '
587+ implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha27 '
588588 ```
589589- `cffu bom`:
590590 - For `Maven` projects:
@@ -593,7 +593,7 @@ public class MultipleActionsDemo {
593593 <dependency >
594594 <groupId >io.foldright</groupId >
595595 <artifactId >cffu-bom</artifactId >
596- <version >1.0.0-Alpha26 </version >
596+ <version >1.0.0-Alpha27 </version >
597597 <type >pom</type >
598598 <scope >import</scope >
599599 </dependency >
@@ -602,11 +602,11 @@ public class MultipleActionsDemo {
602602
603603 ```groovy
604604 // Gradle Kotlin DSL
605- implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha26 "))
605+ implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha27 "))
606606 ```
607607 ```groovy
608608 // Gradle Groovy DSL
609- implementation platform('io.foldright:cffu-bom:1.0.0-Alpha26 ')
609+ implementation platform('io.foldright:cffu-bom:1.0.0-Alpha27 ')
610610 ```
611611- [📌 `TransmittableThreadLocal(TTL)`](https://github.com/alibaba/transmittable-thread-local)的[`cffu executor wrapper SPI`实现](cffu-ttl-executor-wrapper):
612612 - For `Maven` projects:
@@ -615,19 +615,19 @@ public class MultipleActionsDemo {
615615 <dependency >
616616 <groupId >io.foldright</groupId >
617617 <artifactId >cffu-ttl-executor-wrapper</artifactId >
618- <version >1.0.0-Alpha26 </version >
618+ <version >1.0.0-Alpha27 </version >
619619 <scope >runtime</scope >
620620 </dependency >
621621 ```
622622 - For `Gradle` projects:
623623
624624 ```groovy
625625 // Gradle Kotlin DSL
626- runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha26 ")
626+ runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha27 ")
627627 ```
628628 ```groovy
629629 // Gradle Groovy DSL
630- runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha26 '
630+ runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha27 '
631631 ```
632632
633633# 📚 更多资料
0 commit comments