Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdangular-ui-router |
Version | Version0.2.13 |
Type | Typejar |
Filename | Size |
---|---|
angular-ui-router-0.2.13.pom | |
angular-ui-router-0.2.13.jar | 54 KB |
angular-ui-router-0.2.13-sources.jar | 4 KB |
angular-ui-router-0.2.13-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/angular-ui-router/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>angular-ui-router</artifactId>
<version>0.2.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/angular-ui-router/
implementation 'org.webjars:angular-ui-router:0.2.13'
// https://jarcasting.com/artifacts/org.webjars/angular-ui-router/
implementation ("org.webjars:angular-ui-router:0.2.13")
'org.webjars:angular-ui-router:jar:0.2.13'
<dependency org="org.webjars" name="angular-ui-router" rev="0.2.13">
<artifact name="angular-ui-router" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='angular-ui-router', version='0.2.13')
)
libraryDependencies += "org.webjars" % "angular-ui-router" % "0.2.13"
[org.webjars/angular-ui-router "0.2.13"]