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