Showing 14 open source projects for "java project with source code"

View related business solutions
  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 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
  • 1
    Swift Package Manager Project

    Swift Package Manager Project

    The package manager for the Swift Programming Language

    The Swift Package Manager is a tool for managing distribution of source code, aimed at making it easy to share your code and reuse others’ code. The tool directly addresses the challenges of compiling and linking Swift packages, managing dependencies, versioning, and supporting flexible distribution and collaboration models. We’ve designed the system to make it easy to share packages on services like GitHub, but packages are also great for private personal development, sharing code within...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CMake

    CMake

    Cross-platform tool to build, test and package software

    CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as ITK...
    Downloads: 179 This Week
    Last Update:
    See Project
  • 3
    Boss

    Boss

    Dependency Manager for Delphi and Lazarus

    Boss is a dependency manager for Delphi and Lazarus, designed to facilitate the management of libraries and packages in Object Pascal projects. It automates the process of downloading, updating, and integrating dependencies, streamlining the development workflow for Delphi and Lazarus developers. Boss supports version control and simplifies project configuration, enhancing productivity and code maintainability.​
    Downloads: 13 This Week
    Last Update:
    See Project
  • 4
    timoni

    timoni

    Timoni is a package manager for Kubernetes, powered by CUE

    Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm. The Timoni project strives to improve the UX of authoring Kubernetes configs. Instead of mingling Go templates with YAML like Helm, or layering YAML on top of each-other like Kustomize, Timoni relies on cuelang's type safety, code generation and data validation features to offer a better experience of creating, packaging and delivering apps to Kubernetes. Note that Timoni in under active development and is still...
    Downloads: 16 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 5
    Lux PM

    Lux PM

    A luxurious package manager for Lua

    Lux is a modern package manager for Lua, aiming to simplify project management and dependency handling. It allows developers to create and manage Lua projects with ease, offering features like automatic rockspec generation, integrated code formatting, and support for multiple Lua versions. Lux enhances the Lua development experience by providing a streamlined workflow for building and maintaining projects.​
    Downloads: 13 This Week
    Last Update:
    See Project
  • 6
    Barrelsby

    Barrelsby

    Automatic TypeScript barrels (index.ts files) for your code base

    Barrelsby is a TypeScript utility that automatically generates barrel files (index.ts or index.js) to simplify imports in large projects. It helps developers manage exports efficiently by creating centralized entry points.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    Faker for Python

    Faker for Python

    Python package that generates fake data for you

    ... codebase to support Python 3 so you can enjoy the latest features Faker has to offer. Please see the extended docs for more details, especially if you are upgrading from version 2.0.4 and below as there might be breaking changes. This package was also previously called fake-factory which was already deprecated by the end of 2016, and much has changed since then, so please ensure that your project and its dependencies do not depend on the old package.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    OSS Review Toolkit

    OSS Review Toolkit

    A suite of tools to automate software compliance checks

    OSS Review Toolkit (ORT) is a suite of tools designed to automate the process of reviewing and ensuring compliance of open-source software dependencies. It assists in analyzing project dependencies, scanning for license information, and evaluating compliance with customizable policies. ORT supports integration into CI/CD pipelines, making it a valuable asset for organizations aiming to maintain open-source compliance at scale.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FuseSoC

    FuseSoC

    Package manager and build abstraction tool for FPGA/ASIC development

    FuseSoC is a package manager and build abstraction tool for hardware description language (HDL) code, aimed at simplifying the development and reuse of IP cores. It provides a standardized way to describe, manage, and build hardware projects, facilitating collaboration and reducing duplication of effort in FPGA and ASIC development. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Gyro

    Gyro

    A Zig package manager with an index, build runner, etc.

    Gyro is an unofficial package manager for the Zig programming language, designed to provide a Cargo-like experience for Zig developers. It allows for easy declaration and management of dependencies through a gyro.zzz file and integrates with Zig's build system to expose packages programmatically. Gyro streamlines the process of adding packages to Zig projects, enhancing modularity and reusability.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ESLint plugin for React Native

    ESLint plugin for React Native

    React Native plugin for ESLint

    eslint-plugin-react-native is an ESLint plugin that provides linting rules specifically for React Native projects. It ensures best practices, prevents common errors, and helps maintain code quality in React Native applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    bake

    bake

    Bake, A build system for building, testing and running C & C++ project

    Bake is a build system and package manager designed for C and C++ projects, aiming to simplify the build process and dependency management. It allows developers to define project configurations in a straightforward manner and supports features like interactive builds, which automatically rebuild projects upon code changes. Bake's recursive build capability ensures that entire dependency trees can be built with a single command, streamlining complex project structures.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Dep

    Dep

    Go dependency management tool experiment

    Dep was an official experiment to implement a package manager for Go. While dep has many discrete components and moving parts, all of these parts revolve around a central model. Dep is a tool intended primarily for use by developers, to support the work of actually writing and shipping code. It is not intended for end users who are installing Go software - that's what go get does. It is strongly recommended that you use a released version of dep. While tip is never purposefully broken, its...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Projeny

    Projeny

    A project and package manager for Unity

    Projeny is a project and package manager for Unity3D, designed to facilitate the management of large-scale Unity projects. It allows developers to share assets across multiple projects without duplication, switch between platforms instantly, and optimize compile times by organizing code into discrete packages. Projeny enhances scalability and maintainability in Unity development environments.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.