Showing 202 open source projects for "dependency"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 1
    Flicc is an Mxml based Dependency Injection framework for Flex. Flicc allows you to define objects and their dependencies using constants to provide more compile-time checking, configure view components and quickly write domain-specific injection tags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Keros is an environment for cross platform scripting and development, providing project management capabilities such as building and library dependency resolution.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    FlashDoctors is an open source collection of ActionScript classes. The initial release includes a dependency injection implementation named Syringe, a command infrastructure named Reflex, and some utility and error classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MiddleHeaven aims to be a full-featured application framework that: Minimize all effort concerning non-functional requirements. Maximize reusability of business logics Minimize dependency of third-party libraries Maximize extensibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    The Flow Framework is an OSGi Service Platform extension leveraging service deployment, providing transitive service dependency management at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Spine provides a means of using inversion of control(dependency injection) techniques to create a multi tier application by using a generic model to instantiate java classes specified in configuration along a defined process flow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The framework for agile development of user interfaces with Eclipse RCP. Agile RCP is a Presenter First framework for RCP making use of OSGi services and dependency injection delivered by Spring Dynamic Modules leading to fully unit-testable UIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PowerMock allows you to unit test code normally regarded as untestable. For instance it is possible to mock static methods, remove static initializers, allow mocking without dependency injection and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ekans is just another php library that claims to be lightweight, object oriented and simple. currently provided are authentication, authorization (acl), session's and dependency injection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    Contextual java object framework, based on Annotation. Dependency Injection framework decoupled each component, but component can have different behavior in different context.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    SpringUnit is an open source framework for unit and integration testing of Java software. It marries Spring's Dependency Injection container with JUnit's test framework to enable data-driven testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A set of extensions for Struts adding advanced web framework features for Java 5.0 developers, including POJO actions, declarative validation, data binding and conversion, dependency injection, interceptors and pluggable navigation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Simple lightweight Dependency Injection / Inversion of Control object factory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Waffle is a Java Web framework that allows for pojo-based actions. Dependency injection support is built in. Waffle does NOT have a proprietary templating language nor does it require any XML configuration files. Waffle apps are easy to write and test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A small library that provides a powerful and container-less Dependency-Injection mechanism, via AspectJ and Groovy. If you are tired of reams of XML configuration files, managing complex factories and containers, this non-API solution may appeal to you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FFW (FreeFramework) is an MFC like free Win32 framework which was first developed for educational purposes. It requires no additional library and can be linked statically to your projects to minimize the dependency. it comes with several examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Raistlin is a fork of the "retired" Apache Merlin/Avalon projects. Raistlin is a Service Oriented Architecture (SOA) container built upon the Java platform providing common features such as logging, dependency management, configuration, and deployment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Dependency Inversion: Guts, Impact, Implications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    sandboss is a messaging framework generator that creates complete communications, persistency, UI forms, configuration management, and runtime control infrastructure from struct and node declarations. Full generator support in the dependency-aware build
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The Dash Framework is a Dependency Acquisition and Structural Hierachy IoC framework for Java based on Annotations. It is designed to clearly support declarative component based composition of objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    KvTest is a C++ test framework. It aims at making test-driven development easy and affordable. It's features are, among others, easy integration, dependency tracking, and statistics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Action-driven component-oriented web application framework based on Model-View-Controller (MVC) architecture. Goals: minimum complexity & dependency on the framework API, maximum power, reliability and conformance to common standards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Crafty is a powerful PHP 5 Dependency Injection container, developed to minimize coupling as much as possible, to make projects more maintainable and to make unit testing much easier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Ser1ng is a Dependency Injection Framework in PHP5/PHP6, destined to support the PoilDru Framework as well as other PHP Framework or OO-PHP devs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Spider is a Java framework for creating web applications. Its major design goals are are testing, reducing boilerplate code, avoiding static state through dependency injection, strict M-V-C separation and convention over configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo