l

lru-cache

WebJar for lru-cache
http://webjars.org
ISC
Files download
File Operation
lru-cache-4.1.3.jar download
lru-cache-4.1.3.pom download
lru-cache-4.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webjars.npm</groupId>
  <artifactId>lru-cache</artifactId>
  <version>4.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.webjars.npm:lru-cache:4.1.3'
Gradle Kotlin
implementation("org.webjars.npm:lru-cache:4.1.3")
Scala SBT
libraryDependencies += "org.webjars.npm" % "lru-cache" % "4.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars.npm', module='lru-cache', version='4.1.3')
)
Apache Ivy
<dependency org="org.webjars.npm" name="lru-cache" rev="4.1.3" />
Leiningen
[org.webjars.npm/lru-cache "4.1.3"]
Apache Buildr
'org.webjars.npm:lru-cache:jar:4.1.3'