License |
License |
---|---|
GroupId | GroupIdorg.apache.mahout |
ArtifactId | ArtifactIdmahout-buildtools |
Last Version | Last Version0.13.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMahout Build Tools
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mahout-buildtools-0.13.0.pom | |
mahout-buildtools-0.13.0.jar | 10 KB |
mahout-buildtools-0.13.0-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.mahout/mahout-buildtools/ -->
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-buildtools</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.mahout/mahout-buildtools/
implementation 'org.apache.mahout:mahout-buildtools:0.13.0'
// https://jarcasting.com/artifacts/org.apache.mahout/mahout-buildtools/
implementation ("org.apache.mahout:mahout-buildtools:0.13.0")
'org.apache.mahout:mahout-buildtools:jar:0.13.0'
<dependency org="org.apache.mahout" name="mahout-buildtools" rev="0.13.0">
<artifact name="mahout-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.mahout', module='mahout-buildtools', version='0.13.0')
)
libraryDependencies += "org.apache.mahout" % "mahout-buildtools" % "0.13.0"
[org.apache.mahout/mahout-buildtools "0.13.0"]