angularjs
A angularjs browserify shim to use angularjs in a non-global way with browerify
This is a work in progress - will write more when there is more to write :-)
License |
License
BSD 3-Clause
|
---|---|
Categories |
CategoriesAngular User Interface Web Frameworks |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdangularjs |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionangularjs
WebJar for angularjs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
angularjs-0.0.1.pom | |
angularjs-0.0.1.jar | 3 KB |
angularjs-0.0.1-sources.jar | 22 bytes |
angularjs-0.0.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/angularjs/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>angularjs</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/angularjs/
implementation 'org.webjars.npm:angularjs:0.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/angularjs/
implementation ("org.webjars.npm:angularjs:0.0.1")
'org.webjars.npm:angularjs:jar:0.0.1'
<dependency org="org.webjars.npm" name="angularjs" rev="0.0.1">
<artifact name="angularjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='angularjs', version='0.0.1')
)
libraryDependencies += "org.webjars.npm" % "angularjs" % "0.0.1"
[org.webjars.npm/angularjs "0.0.1"]
A angularjs browserify shim to use angularjs in a non-global way with browerify
This is a work in progress - will write more when there is more to write :-)