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