l

local-cache

Local cache for java application
https://meshware.io
Apache-2.0
MeshWare
Zhiguo.Chen
文件下载
文件名 操作
local-cache-0.1.2.pom 下载
Apache Maven
<dependency>
  <groupId>io.meshware.cache</groupId>
  <artifactId>local-cache</artifactId>
  <version>0.1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.meshware.cache:local-cache:0.1.2'
Gradle Kotlin
implementation("io.meshware.cache:local-cache:0.1.2")
Scala SBT
libraryDependencies += "io.meshware.cache" % "local-cache" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.meshware.cache', module='local-cache', version='0.1.2')
)
Apache Ivy
<dependency org="io.meshware.cache" name="local-cache" rev="0.1.2" />
Leiningen
[io.meshware.cache/local-cache "0.1.2"]
Apache Buildr
'io.meshware.cache:local-cache:jar:0.1.2'
本项目依赖
该项目无第三方依赖