<?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.synerset</groupId>
  <artifactId>unitility-core</artifactId>
  <version>2.4.1</version>
  <name>Unitility Core</name>
  <description>The Java Physics Units of Measure Library - Unitility, core module.
        This unique library offers new set of types that seamlessly integrate numerical values with their associated units.
        This enables developers to conduct precise and efficient conversions across various units. Designed in plain Java,
        the solution prioritizes speed and lightweight functionality, immutability and thread-safety.</description>
  <url>https://github.com/pjazdzyk/unitility/unitility-core</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Piotr Jażdżyk</name>
      <email>piotr.jazdzyk@o2.pl</email>
      <organization>SYNERSET</organization>
      <organizationUrl>https://www.synerset.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/pjazdzyk/unitility.git/unitility-core</connection>
    <developerConnection>scm:git:ssh://github.com:pjazdzyk/unitility.git/unitility-core</developerConnection>
    <url>https://github.com/pjazdzyk/unitility/unitility-core</url>
  </scm>
</project>
