How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.livetheoogway.crudstore</groupId>
<artifactId>crud-store</artifactId>
<version>1.2.2</version>
</dependency>
Choose a version of com.livetheoogway.crudstore : crud-store to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
crud-store-1.2.2
|
||
crud-store-1.2.1
|
|||
crud-store-1.2.0
|
|||
1.1.x |
crud-store-1.1.9
|
||
crud-store-1.1.8
|
|||
crud-store-1.1.7
|
|||
crud-store-1.1.6
|
|||
crud-store-1.1.5
|
|||
crud-store-1.1.4
|
|||
crud-store-1.1.3
|
|||
crud-store-1.1.2
|
|||
crud-store-1.1.1
|
|||
1.1 |
crud-store-1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.livetheoogway.crudstore</groupId>
<artifactId>crud-store</artifactId>
<version>1.2.2</version>
</dependency>
Advertisement