Categories |
CategoriesNet Dubbo Networking |
---|---|
GroupId | GroupIdnet.dubboclub |
ArtifactId | ArtifactIdcache |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
cache-0.0.4.pom | |
cache-0.0.4.jar | 27 KB |
cache-0.0.4-sources.jar | 14 KB |
cache-0.0.4-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.dubboclub/cache/ -->
<dependency>
<groupId>net.dubboclub</groupId>
<artifactId>cache</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.dubboclub/cache/
implementation 'net.dubboclub:cache:0.0.4'
// https://jarcasting.com/artifacts/net.dubboclub/cache/
implementation ("net.dubboclub:cache:0.0.4")
'net.dubboclub:cache:jar:0.0.4'
<dependency org="net.dubboclub" name="cache" rev="0.0.4">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dubboclub', module='cache', version='0.0.4')
)
libraryDependencies += "net.dubboclub" % "cache" % "0.0.4"
[net.dubboclub/cache "0.0.4"]