GroupId | GroupIdcn.stylefeng.roses |
---|---|
ArtifactId | ArtifactIdcache-api |
Version | Version7.1.1 |
Type | Typejar |
Filename | Size |
---|---|
cache-api-7.1.1.pom | |
cache-api-7.1.1.jar | 4 KB |
cache-api-7.1.1-sources.jar | 5 KB |
cache-api-7.1.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/cache-api/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>cache-api</artifactId>
<version>7.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/cache-api/
implementation 'cn.stylefeng.roses:cache-api:7.1.1'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/cache-api/
implementation ("cn.stylefeng.roses:cache-api:7.1.1")
'cn.stylefeng.roses:cache-api:jar:7.1.1'
<dependency org="cn.stylefeng.roses" name="cache-api" rev="7.1.1">
<artifact name="cache-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='cache-api', version='7.1.1')
)
libraryDependencies += "cn.stylefeng.roses" % "cache-api" % "7.1.1"
[cn.stylefeng.roses/cache-api "7.1.1"]