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