GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdclosure-templates |
Version | Version20141017.0.1 |
Type | Typejar |
Filename | Size |
---|---|
closure-templates-20141017.0.1.pom | |
closure-templates-20141017.0.1.jar | 25 MB |
closure-templates-20141017.0.1-sources.jar | 22 bytes |
closure-templates-20141017.0.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/closure-templates/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>closure-templates</artifactId>
<version>20141017.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/closure-templates/
implementation 'org.webjars.npm:closure-templates:20141017.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/closure-templates/
implementation ("org.webjars.npm:closure-templates:20141017.0.1")
'org.webjars.npm:closure-templates:jar:20141017.0.1'
<dependency org="org.webjars.npm" name="closure-templates" rev="20141017.0.1">
<artifact name="closure-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='closure-templates', version='20141017.0.1')
)
libraryDependencies += "org.webjars.npm" % "closure-templates" % "20141017.0.1"
[org.webjars.npm/closure-templates "20141017.0.1"]