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