I have tried creating a lib folder added the jar file in the same folder. This what i have added in build.gradle
compile fileTree(dir: './lib',include: ['*.jar'])
This is no lib folder by default in grails 3. I am not able to import classes from the jar file I would like to know what the proper way of adding external jar in grails 3.