How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.code.plsqlgateway</groupId>
<artifactId>plsqlgateway</artifactId>
<version>1.12</version>
</dependency>
Choose a version of com.google.code.plsqlgateway : plsqlgateway to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.12 |
plsqlgateway-1.12
|
||
1.11 |
plsqlgateway-1.11
|
||
1.10 |
plsqlgateway-1.10
|
||
1.9 |
plsqlgateway-1.9
|
||
1.8 |
plsqlgateway-1.8
|
||
1.7 |
plsqlgateway-1.7
|
||
1.6 |
plsqlgateway-1.6
|
||
1.5 |
plsqlgateway-1.5
|
||
1.4 |
plsqlgateway-1.4
|
||
1.3 |
plsqlgateway-1.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.code.plsqlgateway</groupId>
<artifactId>plsqlgateway</artifactId>
<version>1.12</version>
</dependency>
Advertisement