is not current version
Last Version 0.11.0-BETA3

org.grouplens.grapht:grapht 0.11.0-BETA1

Grapht is a dependency injection container that uses pre-computed dependency graphs to track and analyze dependencies.

GroupId

GroupId

org.grouplens.grapht
ArtifactId

ArtifactId

grapht
Version

Version

0.11.0-BETA1
Type

Type

jar

Download grapht 0.11.0-BETA1


<!-- https://jarcasting.com/artifacts/org.grouplens.grapht/grapht/ -->
<dependency>
    <groupId>org.grouplens.grapht</groupId>
    <artifactId>grapht</artifactId>
    <version>0.11.0-BETA1</version>
</dependency>
// https://jarcasting.com/artifacts/org.grouplens.grapht/grapht/
implementation 'org.grouplens.grapht:grapht:0.11.0-BETA1'
// https://jarcasting.com/artifacts/org.grouplens.grapht/grapht/
implementation ("org.grouplens.grapht:grapht:0.11.0-BETA1")
'org.grouplens.grapht:grapht:jar:0.11.0-BETA1'
<dependency org="org.grouplens.grapht" name="grapht" rev="0.11.0-BETA1">
  <artifact name="grapht" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grouplens.grapht', module='grapht', version='0.11.0-BETA1')
)
libraryDependencies += "org.grouplens.grapht" % "grapht" % "0.11.0-BETA1"
[org.grouplens.grapht/grapht "0.11.0-BETA1"]