How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.squareup</groupId>
<artifactId>otto-parent</artifactId>
<version>1.3.8</version>
</dependency>
Choose a version of com.squareup : otto-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
otto-parent-1.3.8
|
||
otto-parent-1.3.7
|
|||
otto-parent-1.3.6
|
|||
otto-parent-1.3.5
|
|||
otto-parent-1.3.4
|
|||
otto-parent-1.3.3
|
|||
otto-parent-1.3.2
|
|||
otto-parent-1.3.1
|
|||
otto-parent-1.3.0
|
|||
1.2.x |
otto-parent-1.2.1
|
||
otto-parent-1.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.squareup</groupId>
<artifactId>otto-parent</artifactId>
<version>1.3.8</version>
</dependency>
Advertisement