How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.carrot2.attributes</groupId>
<artifactId>attributes-parent</artifactId>
<version>1.3.4</version>
</dependency>
Choose a version of org.carrot2.attributes : attributes-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
attributes-parent-1.3.4
|
||
attributes-parent-1.3.3
|
|||
attributes-parent-1.3.2
|
|||
attributes-parent-1.3.1
|
|||
attributes-parent-1.3.0
|
|||
1.2.x |
attributes-parent-1.2.3
|
||
attributes-parent-1.2.2
|
|||
attributes-parent-1.2.1
|
|||
attributes-parent-1.2.0
|
|||
1.1.x |
attributes-parent-1.1.0
|
||
1.0.x |
attributes-parent-1.0.1
|
||
attributes-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.carrot2.attributes</groupId>
<artifactId>attributes-parent</artifactId>
<version>1.3.4</version>
</dependency>
Advertisement