is not current version
Last Version 2.0.0-alpha.22

org.webjars:angularjs 1.2.12

WebJar for AngularJS

Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

angularjs
Version

Version

1.2.12
Type

Type

jar

Download angularjs 1.2.12


<!-- https://jarcasting.com/artifacts/org.webjars/angularjs/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>angularjs</artifactId>
    <version>1.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/angularjs/
implementation 'org.webjars:angularjs:1.2.12'
// https://jarcasting.com/artifacts/org.webjars/angularjs/
implementation ("org.webjars:angularjs:1.2.12")
'org.webjars:angularjs:jar:1.2.12'
<dependency org="org.webjars" name="angularjs" rev="1.2.12">
  <artifact name="angularjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='angularjs', version='1.2.12')
)
libraryDependencies += "org.webjars" % "angularjs" % "1.2.12"
[org.webjars/angularjs "1.2.12"]