How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.disy.legato</groupId>
<artifactId>legato-project</artifactId>
<version>1</version>
</dependency>
Choose a version of net.disy.legato : legato-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1 |
legato-project-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.disy.legato</groupId>
<artifactId>legato-project</artifactId>
<version>1</version>
</dependency>
Advertisement