GimmickUtils-graph
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sf.javagimmicks</groupId> <artifactId>GimmickUtils-graph</artifactId> <version>0.80</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>GimmickUtils-graph</artifactId> <parent> <groupId>net.sf.javagimmicks</groupId> <artifactId>GimmickUtils-parent</artifactId> <version>0.80</version> <relativePath>../pom.xml</relativePath> </parent> <name>JavaGimmicks - GimmickUtils - Grpah</name> <description>A small API for graph data structures</description> <url>http://jgutils.sourceforge.net</url> <dependencies> <dependency> <groupId>net.sf.javagimmicks</groupId> <artifactId>GimmickUtils-collections</artifactId> </dependency> <dependency> <groupId>net.sf.javagimmicks</groupId> <artifactId>GimmickUtils-core</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> </project>