не последняя версия
Последняя версия 1.8.1

org.osgl:osgl-cache 1.5.0

A simple java cache API

Группа

Группа

org.osgl
Идентификатор

Идентификатор

osgl-cache
Версия

Версия

1.5.0
Тип

Тип

jar

Скачать osgl-cache 1.5.0


<!-- https://jarcasting.com/artifacts/org.osgl/osgl-cache/ -->
<dependency>
    <groupId>org.osgl</groupId>
    <artifactId>osgl-cache</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/osgl-cache/
implementation 'org.osgl:osgl-cache:1.5.0'
// https://jarcasting.com/artifacts/org.osgl/osgl-cache/
implementation ("org.osgl:osgl-cache:1.5.0")
'org.osgl:osgl-cache:jar:1.5.0'
<dependency org="org.osgl" name="osgl-cache" rev="1.5.0">
  <artifact name="osgl-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='osgl-cache', version='1.5.0')
)
libraryDependencies += "org.osgl" % "osgl-cache" % "1.5.0"
[org.osgl/osgl-cache "1.5.0"]