@@ -561,18 +561,18 @@ public class ConcurrencyStrategyDemo {
561
561
<dependency >
562
562
<groupId >io.foldright</groupId >
563
563
<artifactId >cffu</artifactId >
564
- <version >1.0.0-Alpha2 </version >
564
+ <version >1.0.0-Alpha3 </version >
565
565
</dependency >
566
566
```
567
567
- For `Gradle` projects:
568
568
569
569
```groovy
570
570
// Gradle Kotlin DSL
571
- implementation("io.foldright:cffu:1.0.0-Alpha2 ")
571
+ implementation("io.foldright:cffu:1.0.0-Alpha3 ")
572
572
```
573
573
```groovy
574
574
// Gradle Groovy DSL
575
- implementation 'io.foldright:cffu:1.0.0-Alpha2 '
575
+ implementation 'io.foldright:cffu:1.0.0-Alpha3 '
576
576
```
577
577
- `cffu Kotlin`支持库:
578
578
- For `Maven` projects:
@@ -581,18 +581,18 @@ public class ConcurrencyStrategyDemo {
581
581
<dependency >
582
582
<groupId >io.foldright</groupId >
583
583
<artifactId >cffu-kotlin</artifactId >
584
- <version >1.0.0-Alpha2 </version >
584
+ <version >1.0.0-Alpha3 </version >
585
585
</dependency >
586
586
```
587
587
- For `Gradle` projects:
588
588
589
589
```groovy
590
590
// Gradle Kotlin DSL
591
- implementation("io.foldright:cffu-kotlin:1.0.0-Alpha2 ")
591
+ implementation("io.foldright:cffu-kotlin:1.0.0-Alpha3 ")
592
592
```
593
593
```groovy
594
594
// Gradle Groovy DSL
595
- implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha2 '
595
+ implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha3 '
596
596
```
597
597
- `cffu bom`:
598
598
- For `Maven` projects:
@@ -601,7 +601,7 @@ public class ConcurrencyStrategyDemo {
601
601
<dependency >
602
602
<groupId >io.foldright</groupId >
603
603
<artifactId >cffu-bom</artifactId >
604
- <version >1.0.0-Alpha2 </version >
604
+ <version >1.0.0-Alpha3 </version >
605
605
<type >pom</type >
606
606
<scope >import</scope >
607
607
</dependency >
@@ -610,11 +610,11 @@ public class ConcurrencyStrategyDemo {
610
610
611
611
```groovy
612
612
// Gradle Kotlin DSL
613
- implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha2 "))
613
+ implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha3 "))
614
614
```
615
615
```groovy
616
616
// Gradle Groovy DSL
617
- implementation platform('io.foldright:cffu-bom:1.0.0-Alpha2 ')
617
+ implementation platform('io.foldright:cffu-bom:1.0.0-Alpha3 ')
618
618
```
619
619
- [📌 `TransmittableThreadLocal(TTL)`](https://github.com/alibaba/transmittable-thread-local)的[`cffu executor wrapper SPI`实现](cffu-ttl-executor-wrapper):
620
620
- For `Maven` projects:
@@ -623,19 +623,19 @@ public class ConcurrencyStrategyDemo {
623
623
<dependency >
624
624
<groupId >io.foldright</groupId >
625
625
<artifactId >cffu-ttl-executor-wrapper</artifactId >
626
- <version >1.0.0-Alpha2 </version >
626
+ <version >1.0.0-Alpha3 </version >
627
627
<scope >runtime</scope >
628
628
</dependency >
629
629
```
630
630
- For `Gradle` projects:
631
631
632
632
```groovy
633
633
// Gradle Kotlin DSL
634
- runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha2 ")
634
+ runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha3 ")
635
635
```
636
636
```groovy
637
637
// Gradle Groovy DSL
638
- runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha2 '
638
+ runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha3 '
639
639
```
640
640
641
641
# 📚 更多资料
0 commit comments