<dependency> <groupId>org.apache.mahout</groupId> <artifactId>mahout-math</artifactId> <version>0.10.0</version> </dependency>
implementation 'org.apache.mahout:mahout-math:0.10.0'
implementation("org.apache.mahout:mahout-math:0.10.0")
libraryDependencies += "org.apache.mahout" % "mahout-math" % "0.10.0"
@Grapes( @Grab(group='org.apache.mahout', module='mahout-math', version='0.10.0') )
<dependency org="org.apache.mahout" name="mahout-math" rev="0.10.0" />
[org.apache.mahout/mahout-math "0.10.0"]
'org.apache.mahout:mahout-math:jar:0.10.0'
<parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> <version>0.10.0</version> </parent>
compile
|-- org.apache.commons:commons-math3
|-- com.google.guava:guava
|-- org.slf4j:slf4j-api
|-- junit:junit
|-- com.carrotsearch.randomizedtesting:randomizedtesting-runner
|-- com.tdunning:t-digest:3.1
test
|-- org.slf4j:slf4j-jcl
|-- org.apache.lucene:lucene-test-framework
|-- org.easymock:easymock