GroupId | GroupIdcom.alicp.jetcache |
---|---|
ArtifactId | ArtifactIdjetcache-parent |
Version | Version2.5.6 |
Type | Typepom |
Filename | Size |
---|---|
jetcache-parent-2.5.6.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.5.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-parent/
implementation 'com.alicp.jetcache:jetcache-parent:2.5.6'
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-parent/
implementation ("com.alicp.jetcache:jetcache-parent:2.5.6")
'com.alicp.jetcache:jetcache-parent:pom:2.5.6'
<dependency org="com.alicp.jetcache" name="jetcache-parent" rev="2.5.6">
<artifact name="jetcache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alicp.jetcache', module='jetcache-parent', version='2.5.6')
)
libraryDependencies += "com.alicp.jetcache" % "jetcache-parent" % "2.5.6"
[com.alicp.jetcache/jetcache-parent "2.5.6"]