| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdlit-html |
| Version | Version0.10.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lit-html-0.10.0.pom | |
| lit-html-0.10.0.jar | 77 KB |
| lit-html-0.10.0-sources.jar | 22 bytes |
| lit-html-0.10.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/lit-html/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>lit-html</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/lit-html/
implementation 'org.webjars.npm:lit-html:0.10.0'
// https://jarcasting.com/artifacts/org.webjars.npm/lit-html/
implementation ("org.webjars.npm:lit-html:0.10.0")
'org.webjars.npm:lit-html:jar:0.10.0'
<dependency org="org.webjars.npm" name="lit-html" rev="0.10.0">
<artifact name="lit-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='lit-html', version='0.10.0')
)
libraryDependencies += "org.webjars.npm" % "lit-html" % "0.10.0"
[org.webjars.npm/lit-html "0.10.0"]