| License |
License |
|---|---|
| GroupId | GroupIdcom.alicp.jetcache |
| ArtifactId | ArtifactIdjetcache-parent |
| Version | Version2.6.1 |
| Type | Typepom |
| Description |
Descriptionjetcache
a Java cache abstraction which provides consistent use for various caching solutions
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jetcache-parent-2.6.1.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.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-parent/
implementation 'com.alicp.jetcache:jetcache-parent:2.6.1'
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-parent/
implementation ("com.alicp.jetcache:jetcache-parent:2.6.1")
'com.alicp.jetcache:jetcache-parent:pom:2.6.1'
<dependency org="com.alicp.jetcache" name="jetcache-parent" rev="2.6.1">
<artifact name="jetcache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alicp.jetcache', module='jetcache-parent', version='2.6.1')
)
libraryDependencies += "com.alicp.jetcache" % "jetcache-parent" % "2.6.1"
[com.alicp.jetcache/jetcache-parent "2.6.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.0.2 |
| org.junit.platform : junit-platform-launcher | jar | 1.0.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.0.2 |
| org.junit.vintage : junit-vintage-engine | jar | 4.12.2 |
| org.apiguardian : apiguardian-api | jar | 1.0.0 |