To use this Maven module in your project, you need to add the following dependency to your Maven project:
<dependency> <groupId>com.puresoltechnologies.graphs</groupId> <artifactId>graph</artifactId> <version>0.4.0</version> </dependency>
If this project was published at Maven Central, please have also a look to the project page at Maven Central .
For other build tools use the following dependency information:
| Build Tool | Dependency | 
|---|---|
| Apache Buildr | 
							
'com.puresoltechnologies.graphs:graph:jar:jar'  | 
					
| Apache Ivy | 
							
<dependency org="com.puresoltechnologies.graphs" name="graph" rev="0.4.0" />  | 
					
| Groovy Grape | 
							
@Grapes( @Grab(group='com.puresoltechnologies.graphs', module='graph', version='0.4.0') )  | 
					
| Gradle/Grails | 
							
compile 'com.puresoltechnologies.graphs:graph:jar'  | 
					
| Scala SBT | 
							
libraryDependencies += "com.puresoltechnologies.graphs" % "graph" % "0.4.0"  | 
					
| Leiningen | 
							
[com.puresoltechnologies.graphs/graph "0.4.0"]  |