Categories |
CategoriesDubbo Net Networking |
---|---|
GroupId | GroupIdcom.github.bohrqiu.dubbo |
ArtifactId | ArtifactIddubbo-cache |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
dubbo-cache-1.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bohrqiu.dubbo/dubbo-cache/ -->
<dependency>
<groupId>com.github.bohrqiu.dubbo</groupId>
<artifactId>dubbo-cache</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bohrqiu.dubbo/dubbo-cache/
implementation 'com.github.bohrqiu.dubbo:dubbo-cache:1.1'
// https://jarcasting.com/artifacts/com.github.bohrqiu.dubbo/dubbo-cache/
implementation ("com.github.bohrqiu.dubbo:dubbo-cache:1.1")
'com.github.bohrqiu.dubbo:dubbo-cache:pom:1.1'
<dependency org="com.github.bohrqiu.dubbo" name="dubbo-cache" rev="1.1">
<artifact name="dubbo-cache" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bohrqiu.dubbo', module='dubbo-cache', version='1.1')
)
libraryDependencies += "com.github.bohrqiu.dubbo" % "dubbo-cache" % "1.1"
[com.github.bohrqiu.dubbo/dubbo-cache "1.1"]