All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download grapht JAR 0.11.0-BETA1 with all dependencies


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

Files of the artifact grapht version 0.11.0-BETA1 from the group org.grouplens.grapht.

Artifact grapht
Group org.grouplens.grapht
Version 0.11.0-BETA1
Last update 02. October 2015
Tags: dependency that analyze dependencies container computed injection track uses grapht graphs
Organization GroupLens Research
URL http://dev.grouplens.org/grapht
License LGPLv2+
Dependencies amount 4
Dependencies javax.inject, jsr305, commons-lang3, slf4j-api,
There are maybe transitive dependencies!
There is a newer version: 0.11.0-BETA3
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of grapht Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of grapht version 0.11.0-BETA1

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.services
META-INF.services.META-INF.servicesx.annotation.processing.Processor
org.grouplens.grapht
org.grouplens.grapht.org.grouplens.grapht.AbstractContext
org.grouplens.grapht.org.grouplens.grapht.Binding
org.grouplens.grapht.org.grouplens.grapht.BindingFunctionBuilder
org.grouplens.grapht.org.grouplens.grapht.BindingImpl
org.grouplens.grapht.org.grouplens.grapht.CachePolicy
org.grouplens.grapht.org.grouplens.grapht.Component
org.grouplens.grapht.org.grouplens.grapht.ConstructionException
org.grouplens.grapht.org.grouplens.grapht.Context
org.grouplens.grapht.org.grouplens.grapht.ContextImpl
org.grouplens.grapht.org.grouplens.grapht.Dependency
org.grouplens.grapht.org.grouplens.grapht.InjectionContainer
org.grouplens.grapht.org.grouplens.grapht.InjectionException
org.grouplens.grapht.org.grouplens.grapht.Injector
org.grouplens.grapht.org.grouplens.grapht.InjectorBuilder
org.grouplens.grapht.org.grouplens.grapht.Instantiator
org.grouplens.grapht.org.grouplens.grapht.Instantiators
org.grouplens.grapht.org.grouplens.grapht.InvalidBindingException
org.grouplens.grapht.org.grouplens.grapht.Module
org.grouplens.grapht.org.grouplens.grapht.Names
org.grouplens.grapht.org.grouplens.grapht.NullDependencyException
org.grouplens.grapht.org.grouplens.grapht.ResolutionException
org.grouplens.grapht.annotation
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.AliasFor
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.AllowUnqualifiedMatch
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.AnnotationBuilder
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.AnnotationProxy
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.AnnotationValidator
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.Attribute
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.DefaultBoolean
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.DefaultDouble
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.DefaultImplementation
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.DefaultInteger
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.DefaultNull
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.DefaultProvider
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.DefaultString
org.grouplens.grapht.annotation.org.grouplens.grapht.annotation.package-info
org.grouplens.grapht.context
org.grouplens.grapht.context.org.grouplens.grapht.context.ContextElementMatcher
org.grouplens.grapht.context.org.grouplens.grapht.context.ContextElements
org.grouplens.grapht.context.org.grouplens.grapht.context.ContextMatch
org.grouplens.grapht.context.org.grouplens.grapht.context.ContextMatcher
org.grouplens.grapht.context.org.grouplens.grapht.context.ContextPattern
org.grouplens.grapht.context.org.grouplens.grapht.context.MatchElement
org.grouplens.grapht.context.org.grouplens.grapht.context.Multiplicity
org.grouplens.grapht.context.org.grouplens.grapht.context.TypeElementMatcher
org.grouplens.grapht.graph
org.grouplens.grapht.graph.org.grouplens.grapht.graph.DAGEdge
org.grouplens.grapht.graph.org.grouplens.grapht.graph.DAGNode
org.grouplens.grapht.graph.org.grouplens.grapht.graph.DAGNodeBuilder
org.grouplens.grapht.graph.org.grouplens.grapht.graph.MergePool
org.grouplens.grapht.graph.org.grouplens.grapht.graph.package-info
org.grouplens.grapht.reflect
org.grouplens.grapht.reflect.org.grouplens.grapht.reflect.AbstractSatisfactionVisitor
org.grouplens.grapht.reflect.org.grouplens.grapht.reflect.Desire
org.grouplens.grapht.reflect.org.grouplens.grapht.reflect.Desires
org.grouplens.grapht.reflect.org.grouplens.grapht.reflect.InjectionPoint
org.grouplens.grapht.reflect.org.grouplens.grapht.reflect.QualifierMatcher
org.grouplens.grapht.reflect.org.grouplens.grapht.reflect.Qualifiers
org.grouplens.grapht.reflect.org.grouplens.grapht.reflect.Satisfaction
org.grouplens.grapht.reflect.org.grouplens.grapht.reflect.SatisfactionVisitor
org.grouplens.grapht.reflect.org.grouplens.grapht.reflect.Satisfactions
org.grouplens.grapht.reflect.internal
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.AnnotationHelper
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.ClassInstantiator
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.ClassSatisfaction
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.ConstructorParameterInjectionPoint
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.FieldInjectionPoint
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.InjectionStrategy
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.InstanceSatisfaction
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.NoArgumentInjectionPoint
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.NullSatisfaction
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.ProviderClassSatisfaction
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.ProviderInstanceSatisfaction
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.ReflectionDesire
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.SetterInjectionPoint
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.SimpleInjectionPoint
org.grouplens.grapht.reflect.internal.org.grouplens.grapht.reflect.internal.package-info
org.grouplens.grapht.reflect
org.grouplens.grapht.reflect.org.grouplens.grapht.reflect.package-info
org.grouplens.grapht.solver
org.grouplens.grapht.solver.org.grouplens.grapht.solver.BindRule
org.grouplens.grapht.solver.org.grouplens.grapht.solver.BindRuleBuilder
org.grouplens.grapht.solver.org.grouplens.grapht.solver.BindRuleImpl
org.grouplens.grapht.solver.org.grouplens.grapht.solver.BindRules
org.grouplens.grapht.solver.org.grouplens.grapht.solver.BindingFlag
org.grouplens.grapht.solver.org.grouplens.grapht.solver.BindingFunction
org.grouplens.grapht.solver.org.grouplens.grapht.solver.BindingResult
org.grouplens.grapht.solver.org.grouplens.grapht.solver.CyclicDependencyException
org.grouplens.grapht.solver.org.grouplens.grapht.solver.DefaultDesireBindingFunction
org.grouplens.grapht.solver.org.grouplens.grapht.solver.DefaultInjector
org.grouplens.grapht.solver.org.grouplens.grapht.solver.DependencySolver
org.grouplens.grapht.solver.org.grouplens.grapht.solver.DependencySolverBuilder
org.grouplens.grapht.solver.org.grouplens.grapht.solver.DesireChain
org.grouplens.grapht.solver.org.grouplens.grapht.solver.InjectionContext
org.grouplens.grapht.solver.org.grouplens.grapht.solver.MultipleBindingsException
org.grouplens.grapht.solver.org.grouplens.grapht.solver.ProviderBindingFunction
org.grouplens.grapht.solver.org.grouplens.grapht.solver.RuleBasedBindingFunction
org.grouplens.grapht.solver.org.grouplens.grapht.solver.SolverException
org.grouplens.grapht.solver.org.grouplens.grapht.solver.UnresolvableDependencyException
org.grouplens.grapht.solver.org.grouplens.grapht.solver.package-info
org.grouplens.grapht.util
org.grouplens.grapht.util.org.grouplens.grapht.util.AbstractChain
org.grouplens.grapht.util.org.grouplens.grapht.util.ClassLoaderContext
org.grouplens.grapht.util.org.grouplens.grapht.util.ClassLoaders
org.grouplens.grapht.util.org.grouplens.grapht.util.ClassProxy
org.grouplens.grapht.util.org.grouplens.grapht.util.ConstructorProxy
org.grouplens.grapht.util.org.grouplens.grapht.util.FieldProxy
org.grouplens.grapht.util.org.grouplens.grapht.util.InstanceProvider
org.grouplens.grapht.util.org.grouplens.grapht.util.LogContext
org.grouplens.grapht.util.org.grouplens.grapht.util.MemoizingProvider
org.grouplens.grapht.util.org.grouplens.grapht.util.MethodProxy
org.grouplens.grapht.util.org.grouplens.grapht.util.ParameterizedTypeImpl
org.grouplens.grapht.util.org.grouplens.grapht.util.Preconditions
org.grouplens.grapht.util.org.grouplens.grapht.util.Providers
org.grouplens.grapht.util.org.grouplens.grapht.util.TypedProvider
org.grouplens.grapht.util.org.grouplens.grapht.util.Types




© 2015 - 2024 Weber Informatics LLC | Privacy Policy