Open Source Groovy Software - Page 4

Groovy Software

Groovy Clear Filters

Browse free open source Groovy Software and projects below. Use the toggles on the left to filter open source Groovy Software by OS, license, language, programming language, and project status.

  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    myjaphoo
    MyJaPhoO My Java Photo Organizer Manages local Photo and Video Collections
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    partree - Function Point Analysis (FPA)

    partree - Function Point Analysis (FPA)

    Function Point Analysis (FPA) with FreeMind

    Important: partree has moved to: https://github.com/vanWittlaer/partree A set of scripts for FreeMind mind mapping software to support the creation and visualization of functional trees. Functional size is calculated in conformance to standard IFPUG Function Point Analysis (FPA) 4.3 / ISO 20926. Functional sizing is an established methodology to visualize and valuate functional user requirements to software systems. partree requires FreeMind version 1.0.1 or above with the scripting plugin installed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Amazon Web Service Management Console
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Aigrette

    Aigrette

    HTML5 Browser automation tool

    HTML5 Browser automation tool Extensible for testing large range of web UI including JS RIA frontends. Get documentation at http://sourceforge.net/p/aigrette/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    Modular Security application. This application will be a full Grails plug-in. It will handle, users, groups, roles, permitions and logging of user actions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Amplify MDA project is aimed at delivering a 'model-to-text' generator tool with real-world applicability in less than 1000 lines of Java/Groovy code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Android Cache Fix Gradle Plugin

    Android Cache Fix Gradle Plugin

    Gradle plugin that fixes Android build caching problems

    The Android Cache Fix Gradle Plugin is developed by the Gradle team to improve build cache correctness and performance for Android builds. It applies workarounds and adjustments for known issues in the Android Gradle Plugin that interfere with build caching. This plugin ensures that tasks are cacheable when they otherwise wouldn’t be, and it applies targeted fixes for bugs affecting incremental and cached builds, thus improving overall efficiency in Android projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AndroidJunkCode

    AndroidJunkCode

    Gradle plugin for Android builds that injects dummy code into APKs

    AndroidJunkCode is a Gradle plugin for Android builds that injects "junk" or dummy code into APKs to reduce code similarity between variant packages (like shell or channel apps) and the main app. This helps avoid detection by app stores that flag high-duplication, improving release flexibility for variants or "shaded" packages. Helps avoid app store detection as duplicate or shell apps. Supports configuration for code volume/placement control. Reduces similarity between variant APKs and main app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ansible Role Jenkins

    Ansible Role Jenkins

    Ansible Role - Jenkins CI

    This Ansible role automates the installation and initial configuration of Jenkins CI on servers running RHEL/CentOS or Debian/Ubuntu. It handles installation via package, ensures required tools like curl and Java 8+ are present, and is structured to integrate smoothly into repeatable provisioning workflows. Changes made to the Jenkins systemd override.conf file; the default set of changes set the configured URL prefix, Jenkins home directory, Jenkins port and adds the configured Jenkins and Java options for Jenkins' startup. You can add other option/value pairs if you need to set other options for the Jenkins systemd override.conf file. If you are running Jenkins behind a proxy server, configure these options appropriately. Otherwise Jenkins will be configured with a direct Internet connection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise and Small Business CRM Solution | Clear C2 C2CRM Icon
    Enterprise and Small Business CRM Solution | Clear C2 C2CRM

    Voted Best CRM System with Top Ranked Customer Support. CRM Management includes Sales, Marketing, Relationship Management, and Help Desk.

    C2CRM consists of four modules that integrate to provide a comprehensive CRM solution: Relationship Management, Sales Automation, Marketing Automation, and Customer Service. Only buy what each user needs.
    Learn More
  • 10
    Apache Bigtop

    Apache Bigtop

    Bigtop is an Apache Foundation project for Infrastructure Engineers

    Apache Bigtop is a project focused on building and packaging the Hadoop ecosystem and related big data components. It provides a consistent framework for testing, packaging, and deploying Hadoop distributions, including tools like HDFS, YARN, Spark, Hive, HBase, and more. By maintaining cross-platform builds (RPMs, DEBs, Docker images, and Kubernetes support), Bigtop makes it easier for organizations to deploy big data stacks in different environments. It also includes a set of integration tests and smoke tests to ensure compatibility and stability between ecosystem components. Developers and operators can use Bigtop to assemble customized Hadoop distributions tailored to their infrastructure and workloads. Its focus on reproducibility and packaging reduces friction in deploying large-scale data processing systems and ensures that different components of the Hadoop ecosystem work well together.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AppJoint

    AppJoint

    Cross module Android development made easy!

    AppJoint is a minimalist Android componentization tool that aims to simplify cross-module communication in modularized Android projects. In complex apps broken into multiple modules or “features,” invoking methods or classes across module boundaries can become cumbersome or tightly coupled. AppJoint uses a small set of annotations and a simple runtime API to decouple modules: one module can declare a method interface, annotate it, and other modules can call it dynamically without direct dependency on the implementation. The tool hides much of the boilerplate of dependency injection or manual wiring of interfaces. It allows progressive modularization: you can incrementally introduce AppJoint in parts of an existing app without rewriting everything. The design focuses on being lightweight and easy to adopt—only a few annotations and calls are needed. In multi-module Android architectures, it helps maintain loose coupling and cleaner module boundaries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ApplicantDatabase

    ApplicantDatabase

    Applicant Database is a multi-user software to administrate applicants

    Applicant Database manages applicants and employees of your company. It helps you finding the staff which fits best to your next projects. Applicant Database allows you to contact applicants and export their CVs as PDF or RTF. With filters you can find the best matching applicants and employees to certain requirements. Applicant Database is written in Groovy and MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Aria framework is a cross platform Rich Intenet Application development platform spanning the web, the desktop and mobile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Asgard

    Asgard

    Web-based cloud management tool for Amazon Web Services

    Asgard is a web-based interface developed by Netflix to simplify and automate the deployment and management of applications in Amazon Web Services (AWS). It integrates with tools like Auto Scaling, Elastic Load Balancing, and EC2 to streamline continuous delivery and infrastructure management. Although now deprecated in favor of Spinnaker, Asgard laid the foundation for modern deployment pipelines used at scale.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The asyncobjects framework is intendend for implementing event-driven network applications. It provides higher level API if compared with Java NIO. Initial code is based asyncobjects prototype from sebyla.sf.net project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AutoRegister

    AutoRegister

    Gradle plugin to register components across modules

    AutoRegister is a Gradle plugin for Android that leverages bytecode instrumentation to automatically register components across modules—such as activities or services—eliminating manual registration and decoupling module dependencies. It’s compatible with frameworks like ARouter and CC for modular app architectures. Enhances modularity and supports loose coupling between modules. Uses bytecode instrumentation for automatic cross-module registration. Reduces boilerplate and manual registration code in Android apps. Apache-2.0 licensed and simple Gradle plugin integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Automated Business Logic

    Automated Business Logic

    Transaction logic engine for JPA/Hibernate

    ABL is a transaction logic engine: it allows you to declare complex, multi-table transaction logic for your persistent objects, using simple declarative annotations. ABL operates as a HIbernate/JPA event listener to eliminate recoding and automate integrity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Service for automatic execution of arbitrary Groovy scripts by scheduler (Quartz) in context of JBoss Application Server + Quartz GUI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A framework for creating service-oriented representations of common websites, using them to create composite services, and providing AJAX methods to "mash-up" these services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Axion Release Plugin

    Axion Release Plugin

    Gradle release & version management plugin

    A Gradle plugin for automating semantic versioning in SCM-centric workflows: it computes version from Git tags, manages SNAPSHOT suffixes, performs tagging, and handles version bumps—streamlining release processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Software para gerenciamento de bilhetes eletrônicos de transporte municipal. Desenvolvido com base nos princípios e padrões de DDD (Desenvolvimento Guiado pelo Domínio, na sigla em inglês).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Scrum backlog organization tool that allows easy prioritization of work. Intended for use in Sprint Planning Meetings, so must be intuitive to Product Owners, Stakeholders and the Team as well as providing enough info to be useful to the Sprint.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A new way to share and backup own files. In fact, you login , upload files and if you want , you can create a share link about one or more files and send this link to your friends or put it on your web site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Badass JLink Plugin

    Badass JLink Plugin

    Create a custom runtime image of your modular application

    This Gradle plugin automates creation of custom runtime images using the Java jlink tool, producing small, self-contained distributions tailored to your application’s module graph. It analyzes your app’s modules (and dependencies) to include only the JDK modules you actually need, which substantially reduces footprint versus shipping a full JRE. The plugin generates launchers, start scripts, and archive layouts ready for distribution or Docker layering. It offers rich configuration for JVM options, system properties, service providers, and add-modules/add-reads tweaks to handle both modular and “automatic module” dependencies. For JavaFX and other common stacks, it provides conveniences that smooth over typical jlink hurdles and platform differences. As a result, you get predictable, fast-starting binaries that are easy to ship across environments without requiring a preinstalled Java runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Bean2Bean
    Concise and fast Java library for object transformations: * Object mapper between classes, using annotations * Type converter for any class (or Type, even Generics) Supporting dynamic languages as OGNL or Groovy for custom expressions Maven dependency: <dependency> <groupId>net.sf.kfgodel</groupId> <artifactId>bean2bean</artifactId> <version>1.1.2</version> </dependency> Don't forget to add custom repository: <repository> <id>tenpines_repo</id> <name>Repositorio 10pines</name> <url>http://services.10pines.com:8081/artifactory/repo</url> </repository>
    Downloads: 0 This Week
    Last Update:
    See Project