Hi,
I'd like to use the CSS parser in my project which I build with Gradle.
I've tried to add this repository in my build.gradle using
maven { url 'https://github.com/corgrath/osbcp-css-parser' }
Using this I'd tried to pull the jar
compile 'com.osbcp.cssparser:cssparser:1.4'
Yet Gradle says that it could not find the jar.
I'm new to Gradle, so please forgive me if I've missed something obvious.
Hi,
I'd like to use the CSS parser in my project which I build with Gradle.
I've tried to add this repository in my build.gradle using
Using this I'd tried to pull the jar
Yet Gradle says that it could not find the jar.
I'm new to Gradle, so please forgive me if I've missed something obvious.