How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.tephra</groupId>
<artifactId>tephra-distribution</artifactId>
<version>0.8.0-incubating</version>
</dependency>
Choose a version of org.apache.tephra : tephra-distribution to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
tephra-distribution-0.8.0-incubating
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.tephra</groupId>
<artifactId>tephra-distribution</artifactId>
<version>0.8.0-incubating</version>
</dependency>
Advertisement