<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.gitee.xuankaicat.kmnkt</groupId>
  <artifactId>socket-desktop</artifactId>
  <version>2.0.0-alpha06</version>
  <name>kmnkt</name>
  <description>It is a library allow user easy to create a new connection like UDP, TCP, MQTT in Kotlin, support create a controller to manage MQTT connections, also support connect to Aliyun by Alink protocol.</description>
  <url>https://gitee.com/xuankaicat/kmnkt</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://gitee.com/xuankaicat/kmnkt/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>xuankaicat</id>
      <name>xuankaicat</name>
      <email>1277961681@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://gitee.com/xuankaicat/kmnkt.git</connection>
    <developerConnection>scm:git:ssh://gitee.com/xuankaicat/kmnkt.git</developerConnection>
    <url>https://gitee.com/xuankaicat/kmnkt</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-jvm</artifactId>
      <version>1.6.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-common</artifactId>
      <version>1.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.paho</groupId>
      <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
      <version>1.2.5</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
