How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.willowtreeapps</groupId>
<artifactId>fuzzywuzzy-kotlin</artifactId>
<version>0.9.0</version>
</dependency>
Choose a version of com.willowtreeapps : fuzzywuzzy-kotlin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
fuzzywuzzy-kotlin-0.9.0
|
||
0.2.x |
fuzzywuzzy-kotlin-0.2.1
|
||
0.1.x |
fuzzywuzzy-kotlin-0.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.willowtreeapps</groupId>
<artifactId>fuzzywuzzy-kotlin</artifactId>
<version>0.9.0</version>
</dependency>
Advertisement