Browse Source

Adds Weka Dependency

Andreas T. Meyer-Berg 4 years ago
parent
commit
e47f5b8927
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

@@ -44,6 +44,7 @@ dependencies {
 	compile 'org.pcap4j:pcap4j-packetfactory-static:1.+'
 	// https://mvnrepository.com/artifact/org.apache.commons/commons-math3
 	compile group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'
+	compile group: 'nz.ac.waikato.cms.weka', name: 'weka-stable', version: '3.8.0'
 	
 	testCompile 'junit:junit:4.12'
 }