Java OpenCv to Maven

Is there any way to get OpenCV from repository? Which artifact should I add to pom.xml? Every tutorial I’d found is from ’14 and it seems like something changed – they say it is’nt in official Maven repository yet, but I’ve found entry:

when I’m using System.loadLibrary(Core.NATIVE_LIBRARY_NAME). Can I add this library in a way that would make my project include it and ‘forget’ about manually adding it to classpath?