How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>tests</artifactId>
<version>ktor-server</version>
</dependency>
Choose a version of com.cedarsoft : tests to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.7.x |
tests-8.7.0
|
||
8.5.x |
tests-8.5.1
|
||
tests-8.5.0
|
|||
8.4.x |
tests-8.4.0
|
||
8.3.x |
tests-8.3.1
|
||
tests-8.3.0
|
|||
8.2.x |
tests-8.2.1
|
||
tests-8.2.0
|
|||
ktor |
tests-ktor-server
|
||
tests-ktor-client
|
|||
tests-ktor
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>tests</artifactId>
<version>ktor-server</version>
</dependency>
Advertisement