How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.tinygroup.annotation.0.0.12.tinygroup</groupId>
<artifactId>tiny</artifactId>
<version>0.0.12</version>
</dependency>
Choose a version of org.tinygroup.annotation.0.0.12.tinygroup : tiny to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
tiny-0.0.12
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.tinygroup.annotation.0.0.12.tinygroup</groupId>
<artifactId>tiny</artifactId>
<version>0.0.12</version>
</dependency>
Advertisement