o

ovea-cache

Chache API
Files download
File Operation
ovea-cache-1.0.ga.jar download
ovea-cache-1.0.ga.pom download
ovea-cache-1.0.ga-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ovea</groupId>
  <artifactId>ovea-cache</artifactId>
  <version>1.0.ga</version>
</dependency>
Gradle Groovy
implementation 'com.ovea:ovea-cache:1.0.ga'
Gradle Kotlin
implementation("com.ovea:ovea-cache:1.0.ga")
Scala SBT
libraryDependencies += "com.ovea" % "ovea-cache" % "1.0.ga"
Groovy Grape
@Grapes(
  @Grab(group='com.ovea', module='ovea-cache', version='1.0.ga')
)
Apache Ivy
<dependency org="com.ovea" name="ovea-cache" rev="1.0.ga" />
Leiningen
[com.ovea/ovea-cache "1.0.ga"]
Apache Buildr
'com.ovea:ovea-cache:jar:1.0.ga'