is not current version
Last Version 2.7.0.M1

com.alicp.jetcache:jetcache-parent 2.3.4

a Java cache abstraction which provides consistent use for various caching solutions

GroupId

GroupId

com.alicp.jetcache
ArtifactId

ArtifactId

jetcache-parent
Version

Version

2.3.4
Type

Type

pom

Download jetcache-parent 2.3.4

Filename Size
jetcache-parent-2.3.4.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-parent/ -->
<dependency>
    <groupId>com.alicp.jetcache</groupId>
    <artifactId>jetcache-parent</artifactId>
    <version>2.3.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-parent/
implementation 'com.alicp.jetcache:jetcache-parent:2.3.4'
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-parent/
implementation ("com.alicp.jetcache:jetcache-parent:2.3.4")
'com.alicp.jetcache:jetcache-parent:pom:2.3.4'
<dependency org="com.alicp.jetcache" name="jetcache-parent" rev="2.3.4">
  <artifact name="jetcache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alicp.jetcache', module='jetcache-parent', version='2.3.4')
)
libraryDependencies += "com.alicp.jetcache" % "jetcache-parent" % "2.3.4"
[com.alicp.jetcache/jetcache-parent "2.3.4"]