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.10.0 in this page.
LGPLv2+
You can use the following script to add grapht-0.10.0.jar to your project.
<dependency> <groupId>org.grouplens.grapht</groupId> <artifactId>grapht</artifactId> <version>0.10.0</version> </dependency>
compile group: 'org.grouplens.grapht', name: 'grapht', version: '0.10.0'
libraryDependencies += "org.grouplens.grapht" % "grapht" % "0.10.0"
<dependency org="org.grouplens.grapht" name="grapht" rev="0.10.0"/>
@Grapes(@Grab(group='org.grouplens.grapht', module='grapht', version='0.10.0'))
'org.grouplens.grapht:grapht:jar:0.10.0'
Click the following link to download the jar file.
grapht-0.10.0-javadoc.jar