How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.microsoft.masc</groupId>
<artifactId>microsoft-accumulo-spark</artifactId>
<version>1.0.4</version>
</dependency>
Choose a version of com.microsoft.masc : microsoft-accumulo-spark to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
microsoft-accumulo-spark-1.0.4
|
||
microsoft-accumulo-spark-1.0.3
|
|||
microsoft-accumulo-spark-1.0.2
|
|||
microsoft-accumulo-spark-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.microsoft.masc</groupId>
<artifactId>microsoft-accumulo-spark</artifactId>
<version>1.0.4</version>
</dependency>
Advertisement