How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.danbrough.ktor</groupId>
<artifactId>ktor-client-json-linuxx64</artifactId>
<version>2.2.4</version>
</dependency>
Choose a version of org.danbrough.ktor : ktor-client-json-linuxx64 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
ktor-client-json-linuxx64-2.2.4
|
||
ktor-client-json-linuxx64-2.2.3
|
|||
2.1.x |
ktor-client-json-linuxx64-2.1.1
|
||
ktor-client-json-linuxx64-2.1.1a
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.danbrough.ktor</groupId>
<artifactId>ktor-client-json-linuxx64</artifactId>
<version>2.2.4</version>
</dependency>
Advertisement