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.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 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
  • 1
    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
  • 2
    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
  • 3
    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
  • 4
    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
  • 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
    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
  • 6
    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
  • 7
    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
  • 8
    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
  • 9
    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
  • 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
    BOWS

    BOWS

    Bioinformatics Open Web Services

    BOWS is a generic system based on Web Services which allows programmatic access to applications running on HPC clusters. BOWS allows incorporation of several independent applications since programmers can install them in HPC clusters in any programming language. The lonely requirement is to write a script named “arrow” which calls BOWS back-end services periodically in order to check for new processes and their required parameters. If a new process is found, the “arrow” script should change the requisition status from waiting to running, run the process in the HPC cluster and, when the job is complete, call a BOWS back-end service to send the results. The results will then be available to the requestor. BOWS is called from the front-end by Web Services, therefore a program running in a simple computer can benefit of high performance computation executed elsewhere. doi:10.1186/s13104-015-1190-0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    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
  • 13
    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
  • 14
    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
  • 15
    Betamax

    Betamax

    Betamax is a tool for mocking external HTTP resources such as web serv

    Betamax is a tool inspired by Ruby’s VCR that records HTTP interactions and replays them during tests, allowing for consistent, repeatable test environments. It is especially useful for integration and functional testing, where dependency on external HTTP APIs can introduce flakiness or delays. By intercepting and storing HTTP requests and responses into "tape" files, Betamax can replay those tapes in future test runs, reducing reliance on live services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BigFish Open Source eCommerce
    BigFish is a world class solution that leverages the power of the Open for Business (OFBiz) open source project. BigFish extends OFBiz. Extends, enhances and simplifies. From our years of experience in delivering eCommerce solutions, we've learned what needs to be part of a solid stable foundation and what features need to be open and flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Bintray Release

    Bintray Release

    A helper for releasing from gradle up to bintray

    Bintray‑release is a Gradle plugin by Novoda that automates publishing of Android, Java, or Groovy libraries to Bintray/JCenter, handling versioning, GPG signing, and metadata configuration. It's archived since Feb 2022, but historically simplified releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Blocks Workflow

    Blocks Workflow

    Platform for creating workflow based systems like DMS, CMS or CRM.

    Platform for creating workflow based systems like DMS, CMS or CRM. It use Grails as web framework, Bootstrap as UI, Activiti as process engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Book Inventory

    Keep track of your books with this easy to manage application.

    Application designed to track an monitor your books. Allows you to rate your books, determine if your collection is complete and suggest books you currently don't have but may like.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Build Time Tracker Plugin

    Build Time Tracker Plugin

    Gradle plugin to continuously track and report your build times

    The build‑time‑tracker‑plugin for Gradle continuously logs build performance data in a monoidal format, enabling statistical analysis across machines. This helps teams understand where build time is spent, compare build performance across environments, and identify bottlenecks. build-time-tracker writes a continuous log that is monoidal and can be collected from various machines to run statistical analyses. Importantly, the written files contain identifying information about the machine the build happened on so you can compare apples with apples. This plugin only measures the task times that constitute a build. Specifically, it does not measure the time in configuration at the start of a Gradle run. This means that the time to execute a build with very fast tasks is not accurately represented in output because it is dominated by the time in configuration instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Buildstep

    Buildstep

    Buildstep uses Docker and Buildpacks to build applications like Heroku

    Buildstep is a Docker-based wrapper around Heroku-style Buildpacks. It takes in your app code as a tarball via STDIN, runs the builder script inside a container preloaded with multiple buildpacks, and generates a ready-to-run Docker image, including a generated start script from a Procfile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    genericlink is a tool for creating intelligent data transfer flows between different data sources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CCKDM

    CCKDM

    Concern Mining

    This is a tool for concern mining which uses a KDM model as input and the output is the same model with annotated concerns. It uses a Concern Library and a modified String Clustering K-means algorithm with Levenshtein metric to cluster the strings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CI Tools Demo

    CI Tools Demo

    Docker Infrastructure via docker-compose

    This repository provides a Docker-powered CI tools demo environment via a single command with docker-compose. It assembles popular CI/CD components—Jenkins, SonarQube, Nexus, GitLab, and Selenium Grid—each running in separate containers, facilitating self-contained integration testing or workshops. It’s not intended for production but serves as a practical demo or launchpad for containerized CI stacks. Each tool runs in an isolated container for modular experimentation. Maintained primarily for workshops and proofs of concept, not for production use. Includes legacy documentation and scripting for Mac users and older setups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CLADlims

    CLADlims

    Web based LIMS for lab animal weight and tumour growth tracking

    CLADlims is a wed based laboratory information and data management system for animals and their measurement records. It is designed to track the weight and tumour growth of the animals, visualize the data, compare data, inform the user for any alarming measurements as well as keep any other data related to animals, cages and experiments. Users can submit the data directly from the measuring facilities to the database using a mobile device (tablet or phone) or any computer with a modern web browser. Multiple tumours per animal can be tracked. With CLADlims you can improve efficiency by getting rid of the text files or spreadsheets and save time and money.
    Downloads: 0 This Week
    Last Update:
    See Project