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