How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jtelegram</groupId>
<artifactId>jtelegrambotapi</artifactId>
<version>4.0.1</version>
</dependency>
Choose a version of com.jtelegram : jtelegrambotapi to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
jtelegrambotapi-4.0.1
|
||
3.6.x |
jtelegrambotapi-3.6.3
|
||
jtelegrambotapi-3.6.1
|
|||
1.0.x |
jtelegrambotapi-1.0.3
|
||
jtelegrambotapi-1.0.2
|
|||
1.0 |
jtelegrambotapi-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jtelegram</groupId>
<artifactId>jtelegrambotapi</artifactId>
<version>4.0.1</version>
</dependency>
Advertisement