description = 'A Scala library of string metrics and phonetic algorithms.' group = 'com.rockymadden.stringmetric' version = '0.19.1' ext.scm = 'scm:git@github.com:rockymadden/stringmetric.git' ext.url = 'http://rockymadden.com/stringmetric/' allprojects { apply plugin: 'idea' repositories { mavenCentral() } }