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