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