How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.alex1304.botrino</groupId>
<artifactId>botrino</artifactId>
<version>1.0.5</version>
</dependency>
Choose a version of com.alex1304.botrino : botrino to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
botrino-1.0.5
|
||
botrino-1.0.4
|
|||
botrino-1.0.3
|
|||
botrino-1.0.2
|
|||
botrino-1.0.1
|
|||
botrino-1.0.0
|
|||
botrino-1.0.0-RC1
|
|||
botrino-1.0.0-M3
|
|||
botrino-1.0.0-M2
|
|||
botrino-1.0.0-M1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.alex1304.botrino</groupId>
<artifactId>botrino</artifactId>
<version>1.0.5</version>
</dependency>
Advertisement