How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.dyuproject.protostuffdb</groupId>
<artifactId>protostuffdb</artifactId>
<version>0.20.0</version>
</dependency>
Choose a version of com.dyuproject.protostuffdb : protostuffdb to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.20.x |
protostuffdb-0.20.0
|
||
0.19.x |
protostuffdb-0.19.1
|
||
protostuffdb-0.19.0
|
|||
0.18.x |
protostuffdb-0.18.0
|
||
0.17.x |
protostuffdb-0.17.0
|
||
0.16.x |
protostuffdb-0.16.0
|
||
0.15.x |
protostuffdb-0.15.0
|
||
0.14.x |
protostuffdb-0.14.0
|
||
0.13.x |
protostuffdb-0.13.0
|
||
0.12.x |
protostuffdb-0.12.0
|
||
0.11.x |
protostuffdb-0.11.0
|
||
0.10.x |
protostuffdb-0.10.3
|
||
protostuffdb-0.10.2
|
|||
protostuffdb-0.10.1
|
|||
protostuffdb-0.10.0
|
|||
0.9.x |
protostuffdb-0.9.10
|
||
protostuffdb-0.9.9
|
|||
protostuffdb-0.9.8
|
|||
protostuffdb-0.9.7
|
|||
protostuffdb-0.9.6
|
|||
protostuffdb-0.9.5
|
|||
protostuffdb-0.9.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.dyuproject.protostuffdb</groupId>
<artifactId>protostuffdb</artifactId>
<version>0.20.0</version>
</dependency>
Advertisement