How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.insanusmokrassar</groupId>
<artifactId>TelegramBotAPI-js</artifactId>
<version>0.28.3</version>
</dependency>
Choose a version of com.github.insanusmokrassar : TelegramBotAPI-js to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.28.x |
TelegramBotAPI-js-0.28.3
|
||
TelegramBotAPI-js-0.28.0
|
|||
0.27.x |
TelegramBotAPI-js-0.27.1
|
||
0.26.x |
TelegramBotAPI-js-0.26.2
|
||
TelegramBotAPI-js-0.26.1
|
|||
TelegramBotAPI-js-0.26.0
|
|||
0.25.x |
TelegramBotAPI-js-0.25.1
|
||
TelegramBotAPI-js-0.25.0
|
|||
0.24.x |
TelegramBotAPI-js-0.24.1
|
||
TelegramBotAPI-js-0.24.0
|
|||
0.23.x |
TelegramBotAPI-js-0.23.3
|
||
TelegramBotAPI-js-0.23.2
|
|||
TelegramBotAPI-js-0.23.1
|
|||
TelegramBotAPI-js-0.23.0
|
|||
0.22.x |
TelegramBotAPI-js-0.22.1
|
||
TelegramBotAPI-js-0.22.0
|
|||
0.21.x |
TelegramBotAPI-js-0.21.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.insanusmokrassar</groupId>
<artifactId>TelegramBotAPI-js</artifactId>
<version>0.28.3</version>
</dependency>
Advertisement