How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.swiftech</groupId>
<artifactId>swiftboot</artifactId>
<version>2.4.2</version>
</dependency>
Choose a version of com.github.swiftech : swiftboot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4.x |
swiftboot-2.4.2
|
||
swiftboot-2.4.1
|
|||
2.4 |
swiftboot-2.4
|
||
2.3.x |
swiftboot-2.3.1
|
||
2.3 |
swiftboot-2.3
|
||
2.2.x |
swiftboot-2.2.1
|
||
2.2 |
swiftboot-2.2
|
||
2.1.x |
swiftboot-2.1.1
|
||
2.1 |
swiftboot-2.1
|
||
2.0.x |
swiftboot-2.0.2
|
||
swiftboot-2.0.1
|
|||
swiftboot-2.0.0
|
|||
1.3 |
swiftboot-1.3-beta3
|
||
swiftboot-1.3-beta2
|
|||
swiftboot-1.3-beta1
|
|||
1.2.x |
swiftboot-1.2.1
|
||
1.2 |
swiftboot-1.2
|
||
1.1.x |
swiftboot-1.1.1
|
||
1.1 |
swiftboot-1.1
|
||
1.0.x |
swiftboot-1.0.14
|
||
swiftboot-1.0.13
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.swiftech</groupId>
<artifactId>swiftboot</artifactId>
<version>2.4.2</version>
</dependency>
Advertisement