| License |
License |
|---|---|
| GroupId | GroupIdorg.grouplens.grapht |
| ArtifactId | ArtifactIdgrapht |
| Version | Version0.11.0-BETA3 |
| Type | Typejar |
| Description |
DescriptionGrapht Dependency Injector
Grapht is a dependency injection container that uses pre-computed dependency graphs
to track and analyze dependencies.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| grapht-0.11.0-BETA3.pom | |
| grapht-0.11.0-BETA3.jar | 225 KB |
| grapht-0.11.0-BETA3-sources.jar | 186 KB |
| grapht-0.11.0-BETA3-javadoc.jar | 655 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.grouplens.grapht/grapht/ -->
<dependency>
<groupId>org.grouplens.grapht</groupId>
<artifactId>grapht</artifactId>
<version>0.11.0-BETA3</version>
</dependency>
// https://jarcasting.com/artifacts/org.grouplens.grapht/grapht/
implementation 'org.grouplens.grapht:grapht:0.11.0-BETA3'
// https://jarcasting.com/artifacts/org.grouplens.grapht/grapht/
implementation ("org.grouplens.grapht:grapht:0.11.0-BETA3")
'org.grouplens.grapht:grapht:jar:0.11.0-BETA3'
<dependency org="org.grouplens.grapht" name="grapht" rev="0.11.0-BETA3">
<artifact name="grapht" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grouplens.grapht', module='grapht', version='0.11.0-BETA3')
)
libraryDependencies += "org.grouplens.grapht" % "grapht" % "0.11.0-BETA3"
[org.grouplens.grapht/grapht "0.11.0-BETA3"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| org.apache.commons : commons-lang3 | jar | 3.6 |
| com.google.guava : guava | jar | 22.0 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 15.0 |
| net.jcip : jcip-annotations | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 1.3.9 |
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| ch.qos.logback : logback-classic | jar | 1.0.3 |
| javax.inject : javax.inject-tck | jar | 1 |
| com.google.testing.compile : compile-testing | jar | 0.5 |