Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdangular-ui-router |
Version | Version0.2.11-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars/angular-ui-router/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>angular-ui-router</artifactId>
<version>0.2.11-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/angular-ui-router/
implementation 'org.webjars:angular-ui-router:0.2.11-1'
// https://jarcasting.com/artifacts/org.webjars/angular-ui-router/
implementation ("org.webjars:angular-ui-router:0.2.11-1")
'org.webjars:angular-ui-router:jar:0.2.11-1'
<dependency org="org.webjars" name="angular-ui-router" rev="0.2.11-1">
<artifact name="angular-ui-router" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='angular-ui-router', version='0.2.11-1')
)
libraryDependencies += "org.webjars" % "angular-ui-router" % "0.2.11-1"
[org.webjars/angular-ui-router "0.2.11-1"]