<?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>eu.sirotin.kotunil</groupId>
  <artifactId>kotunil-linuxx64</artifactId>
  <version>4.0.0</version>
  <packaging>klib</packaging>
  <name>KotUniL</name>
  <description>"KotUniL (Kotlin Units Library) is a library for processing all units of SI base and derived units (see https://en.wikipedia.org/wiki/International_System_of_Units), currencies, etc.</description>
  <url>https://github.com/vsirotin/</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://opensource.org/licenses/Apache-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>vsirotin</id>
      <name>Dr. Viktor Sirotin</name>
      <email>vxod@sirotin.eu</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/vsirotin/si-units.git</connection>
    <developerConnection>scm:git@github.com:vsirotin/si-units.git</developerConnection>
    <url>https://github.com/vsirotin/si-units</url>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/vsirotin/si-units/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-common</artifactId>
      <version>1.8.10</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
