| Categories |
CategoriesAngular User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdangular__http |
| Version | Version2.0.0-rc.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| angular__http-2.0.0-rc.5.pom | |
| angular__http-2.0.0-rc.5.jar | 297 KB |
| angular__http-2.0.0-rc.5-sources.jar | 22 bytes |
| angular__http-2.0.0-rc.5-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/angular__http/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>angular__http</artifactId>
<version>2.0.0-rc.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/angular__http/
implementation 'org.webjars.npm:angular__http:2.0.0-rc.5'
// https://jarcasting.com/artifacts/org.webjars.npm/angular__http/
implementation ("org.webjars.npm:angular__http:2.0.0-rc.5")
'org.webjars.npm:angular__http:jar:2.0.0-rc.5'
<dependency org="org.webjars.npm" name="angular__http" rev="2.0.0-rc.5">
<artifact name="angular__http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='angular__http', version='2.0.0-rc.5')
)
libraryDependencies += "org.webjars.npm" % "angular__http" % "2.0.0-rc.5"
[org.webjars.npm/angular__http "2.0.0-rc.5"]