How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ebaydatameta</groupId>
<artifactId>dataMetaParentScala-2.11</artifactId>
<version>1.0.0</version>
</dependency>
Choose a version of com.github.ebaydatameta : dataMetaParentScala-2.11 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
dataMetaParentScala-2.11-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ebaydatameta</groupId>
<artifactId>dataMetaParentScala-2.11</artifactId>
<version>1.0.0</version>
</dependency>
Advertisement