kotlin-http-client-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.linked-planet.client</groupId>
<artifactId>kotlin-http-client-api</artifactId>
<version>0.15.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.linked-planet.client</groupId>
<artifactId>kotlin-http-client-api</artifactId>
<version>0.15.7</version>
<name>kotlin-http-client-api</name>
<description>Provides a client for jira rest api calls and object mapping.</description>
<url>https://github.com/linked-planet/kotlin-jira-client/kotlin-http-client/kotlin-http-client-api</url>
<organization>
<name>linked-planet GmbH</name>
<url>https://linked-planet.com</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Philipp Karlsson</name>
<email>philipp.karlsson@linked-planet.com</email>
<url>https://github.com/betacore</url>
<organization>linked-planet GmbH</organization>
<organizationUrl>https://linked-planet.com</organizationUrl>
</developer>
<developer>
<name>Simon Jahreiss</name>
<email>simon.jahreiss@linked-planet.com</email>
<url>https://github.com/sjahreis</url>
<organization>linked-planet GmbH</organization>
<organizationUrl>https://linked-planet.com</organizationUrl>
</developer>
<developer>
<name>Alexander Weickmann</name>
<email>alexander.weickmann@linked-planet.com</email>
<url>https://github.com/weickmanna</url>
<organization>linked-planet GmbH</organization>
<organizationUrl>https://linked-planet.com</organizationUrl>
</developer>
<developer>
<name>Heiko Guckes</name>
<email>heiko.guckes@linked-planet.com</email>
<url>https://github.com/HighKo</url>
<organization>linked-planet GmbH</organization>
<organizationUrl>https://linked-planet.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/linked-planet/kotlin-jira-client.git/kotlin-http-client/kotlin-http-client-api</connection>
<developerConnection>scm:git:git@github.com/linked-planet/kotlin-jira-client.git/kotlin-http-client/kotlin-http-client-api</developerConnection>
<url>https://github.com/linked-planet/kotlin-jira-client/kotlin-http-client/kotlin-http-client-api</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-core</artifactId>
<version>1.2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.0.20</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>