| License |
License |
|---|---|
| Categories |
CategoriesAngular User Interface Web Frameworks |
| GroupId | GroupIdorg.webjars.bower |
| ArtifactId | ArtifactIdAngularJS |
| Last Version | Last Version1.3.15 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAngularJS
WebJar for AngularJS
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| AngularJS-1.3.15.pom | |
| AngularJS-1.3.15.jar | 8 MB |
| AngularJS-1.3.15-sources.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/AngularJS/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>AngularJS</artifactId>
<version>1.3.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/AngularJS/
implementation 'org.webjars.bower:AngularJS:1.3.15'
// https://jarcasting.com/artifacts/org.webjars.bower/AngularJS/
implementation ("org.webjars.bower:AngularJS:1.3.15")
'org.webjars.bower:AngularJS:jar:1.3.15'
<dependency org="org.webjars.bower" name="AngularJS" rev="1.3.15">
<artifact name="AngularJS" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='AngularJS', version='1.3.15')
)
libraryDependencies += "org.webjars.bower" % "AngularJS" % "1.3.15"
[org.webjars.bower/AngularJS "1.3.15"]