GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdaurelia-templating |
Version | Version1.0.0-beta.1.2.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/aurelia-templating/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>aurelia-templating</artifactId>
<version>1.0.0-beta.1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/aurelia-templating/
implementation 'org.webjars.npm:aurelia-templating:1.0.0-beta.1.2.6'
// https://jarcasting.com/artifacts/org.webjars.npm/aurelia-templating/
implementation ("org.webjars.npm:aurelia-templating:1.0.0-beta.1.2.6")
'org.webjars.npm:aurelia-templating:jar:1.0.0-beta.1.2.6'
<dependency org="org.webjars.npm" name="aurelia-templating" rev="1.0.0-beta.1.2.6">
<artifact name="aurelia-templating" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='aurelia-templating', version='1.0.0-beta.1.2.6')
)
libraryDependencies += "org.webjars.npm" % "aurelia-templating" % "1.0.0-beta.1.2.6"
[org.webjars.npm/aurelia-templating "1.0.0-beta.1.2.6"]