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