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

Download chefling-di-java JAR 5.0.1 with all dependencies


Chefling is a very minimal dependency injection container written in pure Java.

Files of the artifact chefling-di-java version 5.0.1 from the group com.cookingfox.

Test

Download chefling-di-java (5.0.1)
Artifact chefling-di-java
Group com.cookingfox
Version 5.0.1
Last update 15. March 2016
Tags: dependency pure container written chefling injection minimal java very
Organization Cooking Fox
URL http://github.com/cookingfox/chefling-di-java
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
There is a newer version: 7.1.1
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of chefling-di-java Show documentation

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

1 downloads

Source code of chefling-di-java version 5.0.1

META-INF
META-INF.META-INF.MANIFEST.MF
com.cookingfox.chefling.api
com.cookingfox.chefling.api.com.cookingfox.chefling.api.Builder
com.cookingfox.chefling.api.com.cookingfox.chefling.api.Config
com.cookingfox.chefling.api.com.cookingfox.chefling.api.Container
com.cookingfox.chefling.api.com.cookingfox.chefling.api.Factory
com.cookingfox.chefling.api.com.cookingfox.chefling.api.LifeCycle
com.cookingfox.chefling.api.command
com.cookingfox.chefling.api.command.com.cookingfox.chefling.api.command.AddChildCommand
com.cookingfox.chefling.api.command.com.cookingfox.chefling.api.command.CreateChildCommand
com.cookingfox.chefling.api.command.com.cookingfox.chefling.api.command.CreateCommand
com.cookingfox.chefling.api.command.com.cookingfox.chefling.api.command.GetCommand
com.cookingfox.chefling.api.command.com.cookingfox.chefling.api.command.HasCommand
com.cookingfox.chefling.api.command.com.cookingfox.chefling.api.command.MapFactoryCommand
com.cookingfox.chefling.api.command.com.cookingfox.chefling.api.command.MapInstanceCommand
com.cookingfox.chefling.api.command.com.cookingfox.chefling.api.command.MapTypeCommand
com.cookingfox.chefling.api.command.com.cookingfox.chefling.api.command.RemoveCommand
com.cookingfox.chefling.api.command.com.cookingfox.chefling.api.command.ResetCommand
com.cookingfox.chefling.api.command.com.cookingfox.chefling.api.command.SetParentCommand
com.cookingfox.chefling.api.command.com.cookingfox.chefling.api.command.TestCommand
com.cookingfox.chefling.api.exception
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.CircularDependencyDetectedException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.ConfigurationConflictException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.ContainerBuilderException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.ContainerException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.FactoryIncorrectGenericException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.FactoryReturnedNullException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.FactoryReturnedUnexpectedValueException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.NotASubTypeException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.NotAnInstanceOfTypeException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.NullValueNotAllowedException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.RemoveTypeNotAllowedException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.TypeInstantiationException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.TypeMappingAlreadyExistsException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.TypeNotAllowedException
com.cookingfox.chefling.api.exception.com.cookingfox.chefling.api.exception.TypeNotInstantiableException
com.cookingfox.chefling.impl
com.cookingfox.chefling.impl.com.cookingfox.chefling.impl.Chefling
com.cookingfox.chefling.impl.command
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.AbstractCommand
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.AddChildCommandImpl
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.CommandContainer
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.CreateChildCommandImpl
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.CreateCommandImpl
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.GetCommandImpl
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.HasCommandImpl
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.MapFactoryCommandImpl
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.MapInstanceCommandImpl
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.MapTypeCommandImpl
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.RemoveCommandImpl
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.ResetCommandImpl
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.SetParentCommandImpl
com.cookingfox.chefling.impl.command.com.cookingfox.chefling.impl.command.TestCommandImpl
com.cookingfox.chefling.impl.helper
com.cookingfox.chefling.impl.helper.com.cookingfox.chefling.impl.helper.Matcher
com.cookingfox.chefling.impl.helper.com.cookingfox.chefling.impl.helper.Visitor




© 2015 - 2025 Weber Informatics LLC | Privacy Policy