<dependency> <groupId>com.alicp.jetcache</groupId> <artifactId>jetcache-core</artifactId> <version>2.1.4</version> </dependency>
implementation 'com.alicp.jetcache:jetcache-core:2.1.4'
implementation("com.alicp.jetcache:jetcache-core:2.1.4")
libraryDependencies += "com.alicp.jetcache" % "jetcache-core" % "2.1.4"
@Grapes( @Grab(group='com.alicp.jetcache', module='jetcache-core', version='2.1.4') )
<dependency org="com.alicp.jetcache" name="jetcache-core" rev="2.1.4" />
[com.alicp.jetcache/jetcache-core "2.1.4"]
'com.alicp.jetcache:jetcache-core:jar:2.1.4'
<parent> <groupId>com.alicp.jetcache</groupId> <artifactId>jetcache-parent</artifactId> <version>2.1.4</version> </parent>
compile
|-- com.alicp.jetcache:jetcache-anno-api:2.1.4
|-- org.slf4j:slf4j-api
|-- com.alibaba:fastjson
|-- com.esotericsoftware:kryo
|-- com.github.ben-manes.caffeine:caffeine
test
|-- junit:junit