topo
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.hapi</groupId> <artifactId>topo</artifactId> <version>5.1.0</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.at.hapi</groupId> <artifactId>topo</artifactId> <version>5.1.0</version> <name>hapi topo</name> <description>Topological sorting with grouping support</description> <url>https://github.com/hapijs/topo#readme</url> <organization> <name>hapi topo</name> <url>https://github.com/hapijs/topo#readme</url> </organization> <licenses> <license> <name>BSD-3-Clause</name> </license> </licenses> <developers> <developer> <name>hueniverse</name> <email>eran@hammer.io</email> </developer> <developer> <name>nlf</name> <email>quitlahok@gmail.com</email> </developer> <developer> <name>devinivy</name> <email>devin@bigroomstudios.com</email> </developer> <developer> <name>wyatt</name> <email>wpreul@gmail.com</email> </developer> <developer> <name>lloydbenson</name> <email>lloyd.benson@gmail.com</email> </developer> <developer> <name>nargonath</name> <email>jonas.pauthier@gmail.com</email> </developer> </developers> <scm> <connection>git://github.com/hapijs/topo.git</connection> <developerConnection>git://github.com/hapijs/topo.git</developerConnection> <url>git://github.com/hapijs/topo</url> </scm> <issueManagement> <url>https://github.com/hapijs/topo/issues</url> </issueManagement> <properties> <org.mvnpm.at.hapi-hoek.version>[9.0.0,10)</org.mvnpm.at.hapi-hoek.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm.at.hapi</groupId> <artifactId>hoek</artifactId> <version>${org.mvnpm.at.hapi-hoek.version}</version> </dependency> </dependencies> </project>