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