is not current version
Last Version 2.6.12

com.alibaba:dubbo-filter-cache 2.6.7

The cache module of dubbo project

Categories

Categories

Dubbo Net Networking
GroupId

GroupId

com.alibaba
ArtifactId

ArtifactId

dubbo-filter-cache
Version

Version

2.6.7
Type

Type

jar

Download dubbo-filter-cache 2.6.7


<!-- https://jarcasting.com/artifacts/com.alibaba/dubbo-filter-cache/ -->
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>dubbo-filter-cache</artifactId>
    <version>2.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/dubbo-filter-cache/
implementation 'com.alibaba:dubbo-filter-cache:2.6.7'
// https://jarcasting.com/artifacts/com.alibaba/dubbo-filter-cache/
implementation ("com.alibaba:dubbo-filter-cache:2.6.7")
'com.alibaba:dubbo-filter-cache:jar:2.6.7'
<dependency org="com.alibaba" name="dubbo-filter-cache" rev="2.6.7">
  <artifact name="dubbo-filter-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='dubbo-filter-cache', version='2.6.7')
)
libraryDependencies += "com.alibaba" % "dubbo-filter-cache" % "2.6.7"
[com.alibaba/dubbo-filter-cache "2.6.7"]