How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.loolzaaa.tgbot4j</groupId>
<artifactId>tgbot4j-parent</artifactId>
<version>0.1.0</version>
</dependency>
Choose a version of ru.loolzaaa.tgbot4j : tgbot4j-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
tgbot4j-parent-0.1.0
|
||
0.0.x |
tgbot4j-parent-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.loolzaaa.tgbot4j</groupId>
<artifactId>tgbot4j-parent</artifactId>
<version>0.1.0</version>
</dependency>
Advertisement