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