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