diff --git a/README.md b/README.md index 16e77321..4f6c6c40 100644 --- a/README.md +++ b/README.md @@ -593,18 +593,18 @@ public class ConcurrencyStrategyDemo { io.foldright cffu - 1.0.0-Alpha15 + 1.0.0-Alpha16 ``` - For `Gradle` projects: ```groovy // Gradle Kotlin DSL - implementation("io.foldright:cffu:1.0.0-Alpha15") + implementation("io.foldright:cffu:1.0.0-Alpha16") ``` ```groovy // Gradle Groovy DSL - implementation 'io.foldright:cffu:1.0.0-Alpha15' + implementation 'io.foldright:cffu:1.0.0-Alpha16' ``` - `cffu Kotlin`支持库: - For `Maven` projects: @@ -613,18 +613,18 @@ public class ConcurrencyStrategyDemo { io.foldright cffu-kotlin - 1.0.0-Alpha15 + 1.0.0-Alpha16 ``` - For `Gradle` projects: ```groovy // Gradle Kotlin DSL - implementation("io.foldright:cffu-kotlin:1.0.0-Alpha15") + implementation("io.foldright:cffu-kotlin:1.0.0-Alpha16") ``` ```groovy // Gradle Groovy DSL - implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha15' + implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha16' ``` - `cffu bom`: - For `Maven` projects: @@ -633,7 +633,7 @@ public class ConcurrencyStrategyDemo { io.foldright cffu-bom - 1.0.0-Alpha15 + 1.0.0-Alpha16 pom import @@ -642,11 +642,11 @@ public class ConcurrencyStrategyDemo { ```groovy // Gradle Kotlin DSL - implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha15")) + implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha16")) ``` ```groovy // Gradle Groovy DSL - implementation platform('io.foldright:cffu-bom:1.0.0-Alpha15') + implementation platform('io.foldright:cffu-bom:1.0.0-Alpha16') ``` - [📌 `TransmittableThreadLocal(TTL)`](https://github.com/alibaba/transmittable-thread-local)的[`cffu executor wrapper SPI`实现](cffu-ttl-executor-wrapper): - For `Maven` projects: @@ -655,7 +655,7 @@ public class ConcurrencyStrategyDemo { io.foldright cffu-ttl-executor-wrapper - 1.0.0-Alpha15 + 1.0.0-Alpha16 runtime ``` @@ -663,11 +663,11 @@ public class ConcurrencyStrategyDemo { ```groovy // Gradle Kotlin DSL - runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha15") + runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha16") ``` ```groovy // Gradle Groovy DSL - runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha15' + runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha16' ``` # 📚 更多资料 diff --git a/cffu-ttl-executor-wrapper/README.md b/cffu-ttl-executor-wrapper/README.md index 2f867078..6011530f 100644 --- a/cffu-ttl-executor-wrapper/README.md +++ b/cffu-ttl-executor-wrapper/README.md @@ -18,7 +18,7 @@ For `Maven` projects: io.foldright cffu-ttl-executor-wrapper runtime - 1.0.0-Alpha15 + 1.0.0-Alpha16 ``` @@ -26,12 +26,12 @@ For `Gradle` projects: ```groovy // Gradle Kotlin DSL -runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha15") +runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha16") ``` ```groovy // Gradle Groovy DSL -runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha15' +runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha16' ``` `cffu-ttl-executor-wrapper` has published to maven central, find the latest version at