How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jdtaus.banking</groupId>
<artifactId>jdtaus-banking-runtime</artifactId>
<version>1.16</version>
</dependency>
Choose a version of org.jdtaus.banking : jdtaus-banking-runtime to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.16 |
jdtaus-banking-runtime-1.16
|
||
1.15 |
jdtaus-banking-runtime-1.15
|
||
1.14.x |
jdtaus-banking-runtime-1.14.1
|
||
1.14 |
jdtaus-banking-runtime-1.14
|
||
1.13 |
jdtaus-banking-runtime-1.13
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jdtaus.banking</groupId>
<artifactId>jdtaus-banking-runtime</artifactId>
<version>1.16</version>
</dependency>
Advertisement