Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdangularjs |
Version | Version1.4.0-rc.1 |
Type | Typejar |
Filename | Size |
---|---|
angularjs-1.4.0-rc.1.pom | |
angularjs-1.4.0-rc.1.jar | 3 MB |
angularjs-1.4.0-rc.1-sources.jar | 4 KB |
angularjs-1.4.0-rc.1-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/angularjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>angularjs</artifactId>
<version>1.4.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/angularjs/
implementation 'org.webjars:angularjs:1.4.0-rc.1'
// https://jarcasting.com/artifacts/org.webjars/angularjs/
implementation ("org.webjars:angularjs:1.4.0-rc.1")
'org.webjars:angularjs:jar:1.4.0-rc.1'
<dependency org="org.webjars" name="angularjs" rev="1.4.0-rc.1">
<artifact name="angularjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='angularjs', version='1.4.0-rc.1')
)
libraryDependencies += "org.webjars" % "angularjs" % "1.4.0-rc.1"
[org.webjars/angularjs "1.4.0-rc.1"]