| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdaurelia-testing |
| Version | Version1.0.0-beta.1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| aurelia-testing-1.0.0-beta.1.0.3.pom | |
| aurelia-testing-1.0.0-beta.1.0.3.jar | 144 KB |
| aurelia-testing-1.0.0-beta.1.0.3-sources.jar | 22 bytes |
| aurelia-testing-1.0.0-beta.1.0.3-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/aurelia-testing/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>aurelia-testing</artifactId>
<version>1.0.0-beta.1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/aurelia-testing/
implementation 'org.webjars.npm:aurelia-testing:1.0.0-beta.1.0.3'
// https://jarcasting.com/artifacts/org.webjars.npm/aurelia-testing/
implementation ("org.webjars.npm:aurelia-testing:1.0.0-beta.1.0.3")
'org.webjars.npm:aurelia-testing:jar:1.0.0-beta.1.0.3'
<dependency org="org.webjars.npm" name="aurelia-testing" rev="1.0.0-beta.1.0.3">
<artifact name="aurelia-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='aurelia-testing', version='1.0.0-beta.1.0.3')
)
libraryDependencies += "org.webjars.npm" % "aurelia-testing" % "1.0.0-beta.1.0.3"
[org.webjars.npm/aurelia-testing "1.0.0-beta.1.0.3"]