is not current version
Last Version 2.7.0.M1

com.alicp.jetcache:jetcache-core 2.2.1


GroupId

GroupId

com.alicp.jetcache
ArtifactId

ArtifactId

jetcache-core
Version

Version

2.2.1
Type

Type

jar

Download jetcache-core 2.2.1


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