How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gccloud</groupId>
<artifactId>gc-starter-plugins</artifactId>
<version>2.3.0.RELEASE</version>
</dependency>
Choose a version of com.gccloud : gc-starter-plugins to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
gc-starter-plugins-2.3.0.RELEASE
|
||
2.2.x |
gc-starter-plugins-2.2.2.RELEASE
|
||
gc-starter-plugins-2.2.1.RELEASE
|
|||
gc-starter-plugins-2.2.1.2023063001.Alpha
|
|||
gc-starter-plugins-2.2.0.RELEASE
|
|||
2.1.x |
gc-starter-plugins-2.1.0.2022112402.RELEASE
|
||
gc-starter-plugins-2.1.0.2023042801.bugfix.RELEASE
|
|||
gc-starter-plugins-2.1.0.RELEASE
|
|||
2.0.x |
gc-starter-plugins-2.0.0.RELEASE
|
||
1.2.x |
gc-starter-plugins-1.2.5.RELEASE
|
||
gc-starter-plugins-1.2.4.2023013001.RELEASE
|
|||
1.1.x |
gc-starter-plugins-1.1.1
|
||
gc-starter-plugins-1.1.0-beta1
|
|||
1.0.x |
gc-starter-plugins-1.0.2-beta5
|
||
gc-starter-plugins-1.0.2-beta4
|
|||
gc-starter-plugins-1.0.2-beta3
|
|||
gc-starter-plugins-1.0.2-beta2
|
|||
gc-starter-plugins-1.0.2-beta
|
|||
gc-starter-plugins-1.0.1-beta
|
|||
gc-starter-plugins-1.0.0.RELEASE
|
|||
gc-starter-plugins-1.0.0-beta
|
|||
gc-starter-plugins-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gccloud</groupId>
<artifactId>gc-starter-plugins</artifactId>
<version>2.3.0.RELEASE</version>
</dependency>
Advertisement