<dependency> <groupId>org.webjars.npm</groupId> <artifactId>lru-cache</artifactId> <version>10.1.0</version> </dependency>
implementation 'org.webjars.npm:lru-cache:10.1.0'
implementation("org.webjars.npm:lru-cache:10.1.0")
libraryDependencies += "org.webjars.npm" % "lru-cache" % "10.1.0"
@Grapes( @Grab(group='org.webjars.npm', module='lru-cache', version='10.1.0') )
<dependency org="org.webjars.npm" name="lru-cache" rev="10.1.0" />
[org.webjars.npm/lru-cache "10.1.0"]
'org.webjars.npm:lru-cache:jar:10.1.0'