| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdaurelia-framework |
| Version | Version0.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| aurelia-framework-0.9.0.pom | |
| aurelia-framework-0.9.0.jar | 47 KB |
| aurelia-framework-0.9.0-sources.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/aurelia-framework/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>aurelia-framework</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/aurelia-framework/
implementation 'org.webjars.bower:aurelia-framework:0.9.0'
// https://jarcasting.com/artifacts/org.webjars.bower/aurelia-framework/
implementation ("org.webjars.bower:aurelia-framework:0.9.0")
'org.webjars.bower:aurelia-framework:jar:0.9.0'
<dependency org="org.webjars.bower" name="aurelia-framework" rev="0.9.0">
<artifact name="aurelia-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='aurelia-framework', version='0.9.0')
)
libraryDependencies += "org.webjars.bower" % "aurelia-framework" % "0.9.0"
[org.webjars.bower/aurelia-framework "0.9.0"]