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