How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.orangain</groupId>
<artifactId>json-fuzzy-match</artifactId>
<version>0.6.0-alpha1</version>
</dependency>
Choose a version of io.github.orangain : json-fuzzy-match to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6.x |
json-fuzzy-match-0.6.0-alpha1
|
||
0.5.x |
json-fuzzy-match-0.5.2-alpha1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.orangain</groupId>
<artifactId>json-fuzzy-match</artifactId>
<version>0.6.0-alpha1</version>
</dependency>
Advertisement