| License |
License |
|---|---|
| Categories |
CategoriesDubbo Net Networking |
| GroupId | GroupIdcom.github.bohrqiu.dubbo |
| ArtifactId | ArtifactIddubbo-cache |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dubbo-cache-1.2.pom | 3 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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bohrqiu.dubbo/dubbo-cache/
implementation 'com.github.bohrqiu.dubbo:dubbo-cache:1.2'
// https://jarcasting.com/artifacts/com.github.bohrqiu.dubbo/dubbo-cache/
implementation ("com.github.bohrqiu.dubbo:dubbo-cache:1.2")
'com.github.bohrqiu.dubbo:dubbo-cache:pom:1.2'
<dependency org="com.github.bohrqiu.dubbo" name="dubbo-cache" rev="1.2">
<artifact name="dubbo-cache" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bohrqiu.dubbo', module='dubbo-cache', version='1.2')
)
libraryDependencies += "com.github.bohrqiu.dubbo" % "dubbo-cache" % "1.2"
[com.github.bohrqiu.dubbo/dubbo-cache "1.2"]