Download grapht-0.10.0-BETA1.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.10.0-BETA1 in this page.

License

LGPLv2+

Build File

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'

Download

Click the following link to download the jar file.

grapht-0.10.0-BETA1-javadoc.jar
grapht-0.10.0-BETA1-sources.jar
grapht-0.10.0-BETA1.jar
grapht-0.10.0-BETA1.pom



Related Tutorials