Hello How to add external jar in gradle The jar not ther in repository

Hello How to add external jar in gradle The jar not ther in repository,

dependencies {
compile files(‘libs/your-library-file-name.jar’)
}
It s not working, Please any one tell me,