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