Java Dependency Management (using Maven)

Java Dependency Management (using Maven)

Zoho Catalyst doesn't currently have any dependency management for Java functions which can be a problem when using 3rd party libraries with deep dependencies to other libs. 
 
In order to work around this, create a standalone mvn project with a pom.xml (the attached example has dependencies for Google recatpcha). The pom.xml needs the maven assembly plugin which packages all the dependencies into a single jar for you. Once configured run:

mvn package 

The single jar with all the dependencies will sit in ./target/my-app-1-jar-with-dependencies.jar which can be added to your lib folder of the relevant function. 

    • Announcements

    • [Webinar] How Raptee.HV accelerates its EV platform

      Curious about how EV platforms work behind the scenes? What does it actually take to run an EV platform from onboarding users to managing connected vehicles and deploying updates seamlessly? In this session, Raptee.HV shares how their platform is built
    • [Webinar] Deploy Docker apps with AppSail's custom runtime | Feb. 19

      Hi everyone, Join us on February 19, 2026 at 8–9 PM IST for a live Catalyst webinar demonstrating how to deploy OCI-compliant Docker images with AppSail's custom runtime. You’ll learn how to: Package your apps as Docker containers Deploy via CLI or connect
    • Catalyst backs Vite.js!

      Hi everyone, We're happy to support the open-source ecosystem that powers modern web development! If you’re building apps with Vite, Catalyst Slate is your go-to platform to deploy blazing-fast frontend apps with ease, scalability, and zero infrastructure
    • Catalyst QuickML 2025 Year In Review

      Hello everyone 👋 It’s been an exciting year for Catalyst QuickML. In 2025, as the Catalyst platform continued to expand its capabilities, QuickML focused on strengthening reliability, developer control, and operational readiness across the AI lifecycle.
    • Introducing GenAI Features in Catalyst QuickML

      Hi everyone, Building machine learning models can often feel slow and complex, especially when teams wait for perfect certainty before testing their ideas. But in reality, faster progress comes from early experimentation—trying out models quickly, learning

      Catalyst Community