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