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