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