How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>tinyuicomponent</artifactId>
<version>2.0.2</version>
</dependency>
Choose a version of org.tinygroup : tinyuicomponent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
tinyuicomponent-2.0.2
|
||
tinyuicomponent-2.0.1
|
|||
tinyuicomponent-2.0.0
|
|||
1.2.x |
tinyuicomponent-1.2.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>tinyuicomponent</artifactId>
<version>2.0.2</version>
</dependency>
Advertisement