Description:This Nextflow plugin restores the `@Grab` annotation functionality for declaring Maven dependencies in Groovy code by bundling Apache Ivy, which was removed from Nextflow 24.04.7+. It solves the problem of broken dependency resolution in Nextflow pipelines that rely on `@Grab` for compile-time Maven dependency injection. Pipeline developers using Nextflow 24.04.0+ would use this plugin to seamlessly declare and automatically download third-party Java libraries directly in their `lib/` Groovy files.