Download grapht-0.8.1.jar file - Jar g

Jar examples for g:grapht

Description

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.

License

LGPLv2+

Build File

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'

Download

Click the following link to download the jar file.

grapht-0.8.1-javadoc.jar
grapht-0.8.1-sources.jar
grapht-0.8.1.jar
grapht-0.8.1.pom



Related Tutorials