Categories |
CategoriesJavaScript Languages Github Development Tools Version Controls Angular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdgithub-com-angular-angular-js |
Version | Versionv1.5.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-angular-angular-js/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>github-com-angular-angular-js</artifactId>
<version>v1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-angular-angular-js/
implementation 'org.webjars.bower:github-com-angular-angular-js:v1.5.5'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-angular-angular-js/
implementation ("org.webjars.bower:github-com-angular-angular-js:v1.5.5")
'org.webjars.bower:github-com-angular-angular-js:jar:v1.5.5'
<dependency org="org.webjars.bower" name="github-com-angular-angular-js" rev="v1.5.5">
<artifact name="github-com-angular-angular-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-angular-angular-js', version='v1.5.5')
)
libraryDependencies += "org.webjars.bower" % "github-com-angular-angular-js" % "v1.5.5"
[org.webjars.bower/github-com-angular-angular-js "v1.5.5"]