is not current version
Last Version 2.7.0.M1

com.alicp.jetcache:jetcache-parent 2.5.15

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

GroupId

GroupId

com.alicp.jetcache
ArtifactId

ArtifactId

jetcache-parent
Version

Version

2.5.15
Type

Type

pom

Download jetcache-parent 2.5.15

Filename Size
jetcache-parent-2.5.15.pom 15 KB
Browse

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