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