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:
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j</artifactId>
<version>21.05.06</version>
</dependency>