How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.siroshun09.mccommand</groupId>
<artifactId>mccommand</artifactId>
<version>3.0.0</version>
</dependency>
Choose a version of com.github.siroshun09.mccommand : mccommand to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
mccommand-3.0.0
|
||
2.3.x |
mccommand-2.3.0
|
||
2.2.x |
mccommand-2.2.2
|
||
mccommand-2.2.1
|
|||
mccommand-2.2.0
|
|||
2.1.x |
mccommand-2.1.1
|
||
mccommand-2.1.0
|
|||
2.0.x |
mccommand-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.siroshun09.mccommand</groupId>
<artifactId>mccommand</artifactId>
<version>3.0.0</version>
</dependency>
Advertisement