angular-ui-router
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>angular-ui-router</artifactId> <version>1.0.30</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm</groupId> <artifactId>angular-ui-router</artifactId> <version>1.0.30</version> <name>angular-ui-router</name> <description>State-based routing for AngularJS 1.x</description> <url>https://ui-router.github.io</url> <organization> <name>angular-ui-router</name> <url>https://ui-router.github.io</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>nateabele</name> <email>nate.abele@gmail.com</email> </developer> <developer> <name>christopherthielen</name> <email>christopherthielen@ikkyikkyikkypikangzoopboing.com</email> </developer> </developers> <scm> <connection>https://github.com/angular-ui/ui-router.git</connection> <developerConnection>https://github.com/angular-ui/ui-router.git</developerConnection> <url>https://github.com/angular-ui/ui-router</url> </scm> <issueManagement> <url>https://github.com/angular-ui/ui-router/issues</url> </issueManagement> <properties> <org.mvnpm-angular.version>[1.2.0,)</org.mvnpm-angular.version> <org.mvnpm.at.uirouter-core.version>6.0.8</org.mvnpm.at.uirouter-core.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm.at.uirouter</groupId> <artifactId>core</artifactId> <version>${org.mvnpm.at.uirouter-core.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>angular</artifactId> <version>${org.mvnpm-angular.version}</version> </dependency> </dependencies> </project>