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