Jar examples for g:grapht
Grapht is a dependency injection container that uses pre-computed dependency graphs to track and analyze dependencies.
You can download jar file grapht 0.8.1 in this page.
LGPLv2+
You can use the following script to add grapht-0.8.1.jar to your project.
<dependency> <groupId>org.grouplens.grapht</groupId> <artifactId>grapht</artifactId> <version>0.8.1</version> </dependency>
compile group: 'org.grouplens.grapht', name: 'grapht', version: '0.8.1'
libraryDependencies += "org.grouplens.grapht" % "grapht" % "0.8.1"
<dependency org="org.grouplens.grapht" name="grapht" rev="0.8.1"/>
@Grapes(@Grab(group='org.grouplens.grapht', module='grapht', version='0.8.1'))
'org.grouplens.grapht:grapht:jar:0.8.1'
Click the following link to download the jar file.
grapht-0.8.1-javadoc.jar