How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>ezydata</artifactId>
<version>1.2.8</version>
</dependency>
Choose a version of com.tvd12 : ezydata to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
ezydata-1.2.8
|
||
ezydata-1.2.7
|
|||
ezydata-1.2.6
|
|||
ezydata-1.2.5
|
|||
ezydata-1.2.4
|
|||
ezydata-1.2.3
|
|||
ezydata-1.2.2
|
|||
ezydata-1.2.1
|
|||
ezydata-1.2.0
|
|||
1.1.x |
ezydata-1.1.9
|
||
ezydata-1.1.8
|
|||
ezydata-1.1.6
|
|||
ezydata-1.1.5
|
|||
ezydata-1.1.4
|
|||
ezydata-1.1.1
|
|||
ezydata-1.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>ezydata</artifactId>
<version>1.2.8</version>
</dependency>
Advertisement