How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.Alex-2713-GitHub</groupId>
<artifactId>alex-cloud</artifactId>
<version>1.2.3</version>
</dependency>
Choose a version of com.github.Alex-2713-GitHub : alex-cloud to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
alex-cloud-2.0.2.beta
|
||
alex-cloud-2.0.1.beta
|
|||
1.2.x |
alex-cloud-1.2.3
|
||
alex-cloud-1.2.1
|
|||
1.1.x |
alex-cloud-1.1.1
|
||
1.0.x |
alex-cloud-1.0.4
|
||
alex-cloud-1.0.3
|
|||
alex-cloud-1.0.2
|
|||
alex-cloud-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.Alex-2713-GitHub</groupId>
<artifactId>alex-cloud</artifactId>
<version>1.2.3</version>
</dependency>
Advertisement