summaryrefslogtreecommitdiff
path: root/build.gradle
blob: 77759179af21dfea45934067a8d2dab802d57752 (plain) (blame)
1
2
3
4
5
6
7
8
group = 'org.hashtree.stringmetric'
version = '0.16.3'

allprojects {
	repositories {
		mavenCentral()
	}
}