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