The library is only on jcenter https://mvnrepository.com/artifact/com.chauthai.swipereveallayout/swipe-reveal-layout/1.4.1 so maybe you need to add it in your gradle file with
repositories {
jcenter()
}
it will be marked as deprecated I think as jcenter is not supported anymore.