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