is not current version
Last Version 2.0.0-alpha.22

org.webjars:angularjs 1.8.2

WebJar for AngularJS

Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

angularjs
Version

Version

1.8.2
Type

Type

jar

Download angularjs 1.8.2


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