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