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