How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.bes2008.solution.agileway.jwt</groupId>
<artifactId>agileway-jwt</artifactId>
<version>4.4.1</version>
</dependency>
Choose a version of io.github.bes2008.solution.agileway.jwt : agileway-jwt to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.4.x |
agileway-jwt-4.4.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.bes2008.solution.agileway.jwt</groupId>
<artifactId>agileway-jwt</artifactId>
<version>4.4.1</version>
</dependency>
Advertisement