Maven Artifacts for the HPE Data Fabric
Maven artifacts can be used for dependency management when developing applications based on the the HPE Data Fabric.
You can access the Data Fabric Maven repository by browsing Nexus or as follows:
<repositories>
<repository>
<id>mapr-releases</id>
<url>https://repository.mapr.com/maven/</url>
<snapshots><enabled>false</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
</repositories>
| Group Id | Artifact Id | Version | Maven Coordinate |
|---|---|---|---|
| com.mapr | mapr-client-security | 8.0.0.0-mapr |
|
| com.mapr.db | maprdb | 8.0.0.0-mapr |
|
| com.mapr.db | maprdb-java | 8.0.0.0-mapr |
|
| com.mapr.db | maprdb-mapreduce | 8.0.0.0-mapr |
|
| com.mapr.hadoop | maprfs | 8.0.0.0-mapr |
|
| com.mapr.fs | mapr-hbase | 8.0.0.0-mapr |
|
| com.mapr.ojai | mapr-ojai-driver | 8.0.0.0-mapr |
|
| com.mapr.security | mapr-security-web | 8.0.0.0-mapr |
|
| com.mapr.tools | mapr-tools | 8.0.0.0-mapr |
|