I\'m working now together with others in a grails project. I have to write some Java-classes. But I need access to an searchable object created with groovy. It seems, that t
Use jarjar to repackage the jar file with the following rule:
rule * .@1
All classes in the default package of the source jar file will move to the target package, thus are able to access.