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