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