How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j</artifactId>
<version>21.05.06</version>
</dependency>
Choose a version of com.github.martinpaljak : apdu4j to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
21.05.x |
apdu4j-21.05.06
|
||
21.04.x |
apdu4j-21.04.12
|
||
apdu4j-21.04.01
|
|||
20.01.x |
apdu4j-20.01.01
|
||
19.05.x |
apdu4j-19.05.08
|
||
18.10.x |
apdu4j-18.10.04
|
||
18.06.x |
apdu4j-18.06.25.2
|
||
apdu4j-18.06.25
|
|||
17.11.x |
apdu4j-17.11.26
|
||
0.0.x |
apdu4j-0.0.39
|
||
apdu4j-0.0.38
|
|||
apdu4j-0.0.37
|
|||
apdu4j-0.0.3
|
|||
apdu4j-0.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j</artifactId>
<version>21.05.06</version>
</dependency>
Advertisement