Can I import a Java package for use in Groovy scripts?

No, the import of additional packages isn't supported.

When writing Groovy scripts, you may use only the classes and methods that are documented. See Classes and Methods Supported in Groovy Scripts.