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