| Categories |
CategoriesAngular User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.webjars.bower |
| ArtifactId | ArtifactIdangular-intro.js |
| Version | Version3.2.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| angular-intro.js-3.2.4.pom | |
| angular-intro.js-3.2.4.jar | 29 KB |
| angular-intro.js-3.2.4-sources.jar | 22 bytes |
| angular-intro.js-3.2.4-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-intro.js/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-intro.js</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-intro.js/
implementation 'org.webjars.bower:angular-intro.js:3.2.4'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-intro.js/
implementation ("org.webjars.bower:angular-intro.js:3.2.4")
'org.webjars.bower:angular-intro.js:jar:3.2.4'
<dependency org="org.webjars.bower" name="angular-intro.js" rev="3.2.4">
<artifact name="angular-intro.js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-intro.js', version='3.2.4')
)
libraryDependencies += "org.webjars.bower" % "angular-intro.js" % "3.2.4"
[org.webjars.bower/angular-intro.js "3.2.4"]