How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.belarus</groupId>
<artifactId>linguistics.grammardb.spell.languagetool</artifactId>
<version>1.0.2</version>
</dependency>
Choose a version of io.github.belarus : linguistics.grammardb.spell.languagetool to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
linguistics.grammardb.spell.languagetool-1.0.2
|
||
linguistics.grammardb.spell.languagetool-1.0.1
|
|||
linguistics.grammardb.spell.languagetool-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.belarus</groupId>
<artifactId>linguistics.grammardb.spell.languagetool</artifactId>
<version>1.0.2</version>
</dependency>
Advertisement