How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>network-spring-boot</artifactId>
<version>2.3.1.4-RELEASE</version>
</dependency>
Choose a version of com.github.thierrysquirrel : network-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
network-spring-boot-2.3.1.4-RELEASE
|
||
network-spring-boot-2.3.1.3-RELEASE
|
|||
network-spring-boot-2.3.1.2-RELEASE
|
|||
network-spring-boot-2.3.1.1-RELEASE
|
|||
network-spring-boot-2.3.1.0-RELEASE
|
|||
network-spring-boot-2.3.0.9-RELEASE
|
|||
network-spring-boot-2.3.0.8-RELEASE
|
|||
network-spring-boot-2.3.0.7-RELEASE
|
|||
network-spring-boot-2.3.0.6-RELEASE
|
|||
network-spring-boot-2.3.0.5-RELEASE
|
|||
network-spring-boot-2.3.0.4-RELEASE
|
|||
network-spring-boot-2.3.0.3-RELEASE
|
|||
network-spring-boot-2.3.0.2-RELEASE
|
|||
network-spring-boot-2.3.0.1-RELEASE
|
|||
network-spring-boot-2.3.0.0-RELEASE
|
|||
2.2.x |
network-spring-boot-2.2.2-RELEASE
|
||
network-spring-boot-2.2.1-RELEASE
|
|||
network-spring-boot-2.2.0-RELEASE
|
|||
2.1.x |
network-spring-boot-2.1.9-RELEASE
|
||
network-spring-boot-2.1.8-RELEASE
|
|||
network-spring-boot-2.1.7-RELEASE
|
|||
network-spring-boot-2.1.6-RELEASE
|
|||
network-spring-boot-2.1.5-RELEASE
|
|||
network-spring-boot-2.1.4-RELEASE
|
|||
network-spring-boot-2.1.3-RELEASE
|
|||
network-spring-boot-2.1.2-RELEASE
|
|||
network-spring-boot-2.1.1-RELEASE
|
|||
network-spring-boot-2.1.0-RELEASE
|
|||
2.0.x |
network-spring-boot-2.0.1-RELEASE
|
||
network-spring-boot-2.0.0-RELEASE
|
|||
1.0.x |
network-spring-boot-1.0.3-RELEASE
|
||
network-spring-boot-1.0.2-RELEASE
|
|||
network-spring-boot-1.0.1-RELEASE
|
|||
network-spring-boot-1.0.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>network-spring-boot</artifactId>
<version>2.3.1.4-RELEASE</version>
</dependency>
Advertisement