[go: up one dir, main page]

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.

  • Yeastar: Business Phone System and Unified Communications Icon
    Yeastar: Business Phone System and Unified Communications

    Go beyond just a PBX with all communications integrated as one.

    User-friendly, optimized, and scalable, the Yeastar P-Series Phone System redefines business connectivity by bringing together calling, meetings, omnichannel messaging, and integrations in one simple platform—removing the limitations of distance, platforms, and systems.
    Learn More
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 1
    Amazon Web Service Management Console
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Adam

    Adam - information management platform

    Adam is opensource, cross-platform, mobile, extensible information management platform designed for unified storage, next-generation semantic retrial and processing of different types of documents. It has innovative, friendly and comfortable user interface for document viewing, editing and organizing. Adam can be used: - For creating unified personal information pool. - One can easily be extended, customized and adapted to user needs, shared with other people, transported via USB-stick or network. You can create music lyrics collection, scientific articles collection, java code snippets, personal SF-library, personal diary, notepad, accommodating different thematic information related your interests and much more. - As information server: web-server, wiki-server, etc. - As collaboration server. - As application platform and/or server. - Due to extensions for almost whatever-you-want purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Advanced Clipboard Manager. Manages clipboard in ways nothing can. All time history to fast access slots. A GUI that does not bother the user in any way so it can stay on forever. Images and file clipboard support, plus Java extensions and color schemes!
    Leader badge">
    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
  • 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.
    Learn More
  • 5
    Alcibiade Chess

    Alcibiade Chess

    Next generation web chess club

    From the creator of MKGI Chess Club comes this next generation chess club. Completely re-written from scratch on the latest software frameworks, it features: social networks connection, scalable data storage, stunning graphics and much more to come. This project has two parts: - A Java Chess library containing board models, rules and PGN format management - A complete Chess web application based on the core Java library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    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
  • 8
    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
  • 9
    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
  • Zendesk: The Complete Customer Service Solution Icon
    Zendesk: The Complete Customer Service Solution

    Discover AI-powered, award-winning customer service software trusted by 200k customers

    Equip your agents with powerful AI tools and workflows that boost efficiency and elevate customer experiences across every channel.
    Learn More
  • 10
    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
  • 11
    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
  • 12
    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
  • 13
    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
  • 14
    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
  • 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
    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
  • 21
    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
  • 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
    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
  • 25
    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