License |
License |
---|---|
Categories |
CategoriesAngular User Interface Web Frameworks |
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdangularjs |
Version | Version2.0.0-alpha.22 |
Type | Typejar |
Description |
DescriptionAngularJS
WebJar for AngularJS
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
angularjs-2.0.0-alpha.22.pom | |
angularjs-2.0.0-alpha.22.jar | 486 KB |
angularjs-2.0.0-alpha.22-sources.jar | 1 KB |
angularjs-2.0.0-alpha.22-javadoc.jar | 439 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/angularjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>angularjs</artifactId>
<version>2.0.0-alpha.22</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/angularjs/
implementation 'org.webjars:angularjs:2.0.0-alpha.22'
// https://jarcasting.com/artifacts/org.webjars/angularjs/
implementation ("org.webjars:angularjs:2.0.0-alpha.22")
'org.webjars:angularjs:jar:2.0.0-alpha.22'
<dependency org="org.webjars" name="angularjs" rev="2.0.0-alpha.22">
<artifact name="angularjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='angularjs', version='2.0.0-alpha.22')
)
libraryDependencies += "org.webjars" % "angularjs" % "2.0.0-alpha.22"
[org.webjars/angularjs "2.0.0-alpha.22"]