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