If you've ever found yourself duplicating utility code across multiple scripts in a model, there's a cleaner approach worth knowing about.
You can package your Java code into a JAR file and import it into Cameo using the same plugin mechanism the SDK uses. Once imported, any Groovy script in your model can reference your custom classes directly. No duplication or maintenance needed.
I put together a short walkthrough covering the full process from folder setup to calling your classes inside Cameo
https://www.youtube.com/watch?v=IHtDUF8GqcU&t=8s
Happy to answer any questions or go deeper on any part of it if useful for your projects.
