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