How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.eworkcloud</groupId>
<artifactId>ework-cloud-starter</artifactId>
<version>2.2.1</version>
</dependency>
Choose a version of com.eworkcloud : ework-cloud-starter to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
ework-cloud-starter-2.2.1
|
||
ework-cloud-starter-2.2.0
|
|||
2.1.x |
ework-cloud-starter-2.1.9
|
||
ework-cloud-starter-2.1.8
|
|||
ework-cloud-starter-2.1.7
|
|||
ework-cloud-starter-2.1.6
|
|||
ework-cloud-starter-2.1.5
|
|||
ework-cloud-starter-2.1.4
|
|||
ework-cloud-starter-2.1.3
|
|||
ework-cloud-starter-2.1.2
|
|||
ework-cloud-starter-2.1.1
|
|||
ework-cloud-starter-2.1.0
|
|||
2.0.x |
ework-cloud-starter-2.0.9
|
||
ework-cloud-starter-2.0.8
|
|||
ework-cloud-starter-2.0.7
|
|||
ework-cloud-starter-2.0.6
|
|||
ework-cloud-starter-2.0.5
|
|||
ework-cloud-starter-2.0.4
|
|||
ework-cloud-starter-2.0.3
|
|||
ework-cloud-starter-2.0.2
|
|||
ework-cloud-starter-2.0.1
|
|||
ework-cloud-starter-2.0.0
|
|||
1.8.x |
ework-cloud-starter-1.8.6
|
||
ework-cloud-starter-1.8.5
|
|||
ework-cloud-starter-1.8.4
|
|||
ework-cloud-starter-1.8.3
|
|||
ework-cloud-starter-1.8.2
|
|||
ework-cloud-starter-1.8.1
|
|||
ework-cloud-starter-1.8.0
|
|||
1.7.x |
ework-cloud-starter-1.7.9
|
||
ework-cloud-starter-1.7.8
|
|||
ework-cloud-starter-1.7.7
|
|||
ework-cloud-starter-1.7.6
|
|||
ework-cloud-starter-1.7.5
|
|||
ework-cloud-starter-1.7.4
|
|||
ework-cloud-starter-1.7.3
|
|||
ework-cloud-starter-1.7.2
|
|||
ework-cloud-starter-1.7.1
|
|||
ework-cloud-starter-1.7.0
|
|||
1.6.x |
ework-cloud-starter-1.6.9
|
||
ework-cloud-starter-1.6.8
|
|||
ework-cloud-starter-1.6.7
|
|||
ework-cloud-starter-1.6.6
|
|||
ework-cloud-starter-1.6.5
|
|||
ework-cloud-starter-1.6.4
|
|||
ework-cloud-starter-1.6.3
|
|||
ework-cloud-starter-1.6.2
|
|||
ework-cloud-starter-1.6.1
|
|||
ework-cloud-starter-1.6.0
|
|||
1.5.x |
ework-cloud-starter-1.5.9
|
||
ework-cloud-starter-1.5.8
|
|||
ework-cloud-starter-1.5.7
|
|||
ework-cloud-starter-1.5.6
|
|||
ework-cloud-starter-1.5.5
|
|||
ework-cloud-starter-1.5.4
|
|||
ework-cloud-starter-1.5.3
|
|||
ework-cloud-starter-1.5.2
|
|||
ework-cloud-starter-1.5.1
|
|||
ework-cloud-starter-1.5.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.eworkcloud</groupId>
<artifactId>ework-cloud-starter</artifactId>
<version>2.2.1</version>
</dependency>
Advertisement