-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
Flamenco edited this page Oct 4, 2018
·
5 revisions
Latest Build
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.eowise:gradle-imagemagick:0.4.0'
}
}
Snapshot Build
buildscript {
repositories {
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}
dependencies {
classpath 'com.eowise:gradle-imagemagick:0.3.0-SNAPSHOT'
}
}