How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>br.com.imdt</groupId>
<artifactId>katharsis-build</artifactId>
<version>2.6.3</version>
</dependency>
Choose a version of br.com.imdt : katharsis-build to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.6.x |
katharsis-build-2.6.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>br.com.imdt</groupId>
<artifactId>katharsis-build</artifactId>
<version>2.6.3</version>
</dependency>
Advertisement