Open Source Groovy Software Development Software

Groovy Software Development Software

View 5656 business solutions

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

  • 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
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 1
    OmegaT - multiplatform CAT tool

    OmegaT - multiplatform CAT tool

    The free computer aided translation (CAT) tool for professionals

    OmegaT is a free and open source multiplatform Computer Assisted Translation tool with fuzzy matching, translation memory, keyword search, glossaries, and translation leveraging into updated projects.
    Leader badge
    Downloads: 1,557 This Week
    Last Update:
    See Project
  • 2
    Gradle

    Gradle

    Adaptable, fast automation for all

    Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, Kotlin, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. From mobile apps to microservices, from small startups to big enterprises, Gradle helps teams build, automate and deliver better software, faster. Write in Java, C++, Python or your language of choice. Package for deployment on any platform. Go monorepo or multi-repo. And rely on Gradle's unparalleled versatility to build it all.
    Downloads: 45 This Week
    Last Update:
    See Project
  • 3
    Gradle Plugin for Node

    Gradle Plugin for Node

    Gradle plugin for integrating NodeJS in your build

    gradle-node-plugin is a Gradle plugin that enables seamless integration of Node.js, npm, and Yarn within Gradle builds. It helps Java-based projects manage JavaScript dependencies and run Node.js tasks efficiently.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    Development of this library has been moved to https://github.com/kordamp/json-lib/ Json-lib is a java library for transforming beans, maps, collections, java arrays and XML to JSON and back again to beans and DynaBeans. It is based on the work by Douglas Crockford in http://www.json.org/java.
    Downloads: 62 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.
    Start Free
  • 5
    ZK - Simply Ajax and Mobile
    Ajax+Mobile Java Web framework. With 200+ Ajax components and event-driven, Ajax/RIA apps are as effortless and rich as desktop apps and HTML/XUL pages. Support JSP/JSF/JavaEE/Spring, Ajax Push and Client-fusion; also Java/Groovy/Python/JavaScript.
    Downloads: 35 This Week
    Last Update:
    See Project
  • 6
    JPPF

    JPPF

    The open source grid computing solution

    JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 7
    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: 3 This Week
    Last Update:
    See Project
  • 8
    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: 1 This Week
    Last Update:
    See Project
  • 9
    Docker Nexus3

    Docker Nexus3

    Dockerized version of Nexus Repo Manager 3

    An official Sonatype-maintained Docker image for Nexus Repository Manager 3 (Community & Pro editions). It packages the repository manager with out-of-the-box settings, optimized for container platforms—featuring persistence, configuration overrides, and separate licensing options.
    Downloads: 1 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 10
    Einstein

    Einstein

    A runtime dependency manager

    einstein is a dependency management tool that aims to simplify and automate software projects dependencies calculation. Software products are commonly composed of multiple projects, and those projects relate to each other at some kind of level. It's important to guarantee that those relationships are based on the projects' versions so one can assure that they can evolve without compromising such relationships. During dependencies calculation, the einstein tool needs to fetch projects' extra information from a central repository. At its current version, einstein is prepared to communicate to any Gitlab instance, through its api, so it assumes that declared dependencies represents projects that are all stored in a single Gitlab instance. In order to establish a successful connection to the Gitlab Api, it's necessary to create the environment variables on the machine where einstein will be executed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Gradle Bintray Plugin

    Gradle Bintray Plugin

    The Gradle Bintray Plugin allows you to publish artifacts to Bintray

    The Gradle Bintray Plugin allows you to publish artifacts to Bintray. The plugin supports three methods to create groups of artifacts: Configurations, Publications and Copying specific files using filesSpec. One of the methods should be used to group artifacts to be uploaded to Bintray. Using the Configurations approach is the easiest, since this option attempts to infer what artifacts to upload based on the Gradle project and dependencies that are defined. Publications gives more fine-grained control, especially when needing to publish metadata for publishing to Maven Central. Copying specific files can be used as a last option, which provides the ability to define custom rules using the Gradle's CopySpec task. In general, the first two options should be sufficient for your needs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Job DSL Plugin

    Job DSL Plugin

    Define Jenkins jobs using Groovy-based domain-specific language

    The Job DSL Plugin allows Jenkins users to define and manage their jobs using a Groovy-based domain-specific language (DSL). This enables infrastructure-as-code for Jenkins jobs, making CI/CD pipelines reproducible, version-controlled, and easy to update. The plugin simplifies the creation of complex build configurations and supports templates, conditional logic, and job generation through scripts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Protobuf Gradle Plugin

    Protobuf Gradle Plugin

    Protobuf Plugin for Gradle

    An officially supported Gradle plugin that automates Protocol Buffers (.proto) compilation, code generation, and integration with gRPC across various source sets. It simplifies protobuf setup, supporting multiple languages and output configurations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    lilith
    Lilith is a logging and access event viewer for Logback, log4j & java.util.logging. It has features comparable to Chainsaw for log4j. This means that it can receive logging events from remote applications using Logback as their logging backend
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    Metl ETL Data Integration

    Metl ETL Data Integration

    Simple message-based, web-based ETL integration

    Metl is a simple, web-based ETL tool that allows for data integrations including database, files, messaging, and web services. Supports RDBMS, SOAP, HTTP, FTP, SFTP, XML, FIXLEN, CSV, JSON, ZIP, and more. Metl implements scheduled integration tasks without the need for custom coding or heavy infrastructure. It can be deployed in the cloud or in an internal data center, and it was built to allow developers to extend it with custom components.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 16
    Metawidget
    Metawidget is a smart User Interface widget that populates itself, at runtime, with UI components to match the properties of your business objects. Supports Swing, Java Server Faces (JSF), GWT, Spring, Struts, Android, Hibernate, Groovy, JPA and more
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    CodeNarc is a static analysis tool for Groovy source code, enabling monitoring and enforcement of many coding standards and best practices. CodeNarc applies predefined and/or custom rules to each Groovy file, and generates an HTML or XML report. This project has been moved to https://github.com/CodeNarc/CodeNarc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Moqui Ecosystem
    The Moqui Ecosystem is a series of open source components for enterprise applications all built on a common framework (Moqui Framework) written in Java and Groovy. The components include tools that plug in to the framework, business artifacts, and applications. Some of the popular tool plug ins include ElasticSearch, Apache FOP, Apache Camel, OrientDB, and Hazelcast. The business artifacts later includes a universal data model (mantle-udm), service library (mantle-usl), reusable screens (SimpleScreens), and integration components for EDI, Authorize.NET, and Shippo. There are 2 main applications in the ecosystem: POP Commerce ERP and eCommerce for retail and wholesale, and HiveMind Project Management and ERP for service organizations. NOTE: the code repositories for Moqui Ecosystem are hosted on GitHub at: https://github.com/moqui
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    JLink lets users author flow charts based on ISO 5807 and IBM standards. Developers can use JLink to add flowcharts to applications, serve a flow chart over the web in PDF or PNG, or dynamically create a flowchart with Javascript, Python or Ruby scripts
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Needle is a simple dependency injection framework for configuring POJOs from properties files using annotations. Supports all numeric types, enums, arrays, collections and maps. Just drop into your classpath and never read a properties file again!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    A comprehensive business framework to enable sophisticated enterprise workflows. Define, simulate and deploy cross-platform workflows while being able to enrich and customize the core services on demand.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Groovy Monkey is a Utility for Eclipse that enables you to create scripts in Groovy, Beanshell, Python or Ruby to run directly in Eclipse. This tool can be used to Eclipse API exploration, automation scripts, and rapid plugin prototyping.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    ipmems

    ipmems

    Real-time data acquisition and visualization software

    Cross-platform data acquisition and visualization software with an embedded HTTP-server, binary protocol parsing library, protocol emulation server, remote secure administration server, embedded Groovy scripting facilities and HMI (SCADA) visualization module.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Cyclone - Task Automation

    Cyclone - Task Automation

    Task Scheduler for Java, Groovy, Javascript, python & ruby

    Cyclone is java-based rich GUI web tool for automating tasks with ease. Cyclone is a project that was borne out of necessity. Agreed, there are many native tools that allow task to be scheduled or automated on most operating systems, however, Cyclone is more than just an automation tool. In many programming languages, there are batch module/libraries available to schedule jobs, but need quite a bit of enhancements to provide similar feature set as Cyclone. Cyclone comes with a number of fascinating features Real-time progress and status montoring for jobs Pause, resume and stop an executing job Multi-user environment with in-built authentication and authorization modules Polygot - jobs can be implemented in java, groovy, ruby, javascript and python Easy administration and configuration - user management etc. Extensible security module
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    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!
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • 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.