Chills
// <https://mvnrepository.com/artifact/io.ktor/ktor-client-features> compile group: 'io.ktor', name: 'ktor-client-features', version: '1.3.0' // <https://mvnrepository.com/artifact/io.ktor/ktor-client-json> compile group: 'io.ktor', name: 'ktor-client-json', version: '1.3.0' // <https://mvnrepository.com/artifact/io.ktor/ktor-client-apache> compile group: 'io.ktor', name: 'ktor-client-apache', version: '1.3.1'
pavel
<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core</artifactId> <version>1.2.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-jvm</artifactId> <version>1.2.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-gson</artifactId> <version>1.2.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-apache</artifactId> <version>1.2.2</version> <scope>compile</scope> </dependency>
A modern programming language that makes developers happier.