| Группа | Группаcom.alicp.jetcache |
|---|---|
| Идентификатор | Идентификаторjetcache-core |
| Версия | Версия2.6.0.RC |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jetcache-core-2.6.0.RC.pom | |
| jetcache-core-2.6.0.RC.jar | 123 KB |
| jetcache-core-2.6.0.RC-sources.jar | 60 KB |
| jetcache-core-2.6.0.RC-javadoc.jar | 458 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-core/ -->
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-core</artifactId>
<version>2.6.0.RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-core/
implementation 'com.alicp.jetcache:jetcache-core:2.6.0.RC'
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-core/
implementation ("com.alicp.jetcache:jetcache-core:2.6.0.RC")
'com.alicp.jetcache:jetcache-core:jar:2.6.0.RC'
<dependency org="com.alicp.jetcache" name="jetcache-core" rev="2.6.0.RC">
<artifact name="jetcache-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alicp.jetcache', module='jetcache-core', version='2.6.0.RC')
)
libraryDependencies += "com.alicp.jetcache" % "jetcache-core" % "2.6.0.RC"
[com.alicp.jetcache/jetcache-core "2.6.0.RC"]