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