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