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