<?xml version='1.0' encoding='utf-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <groupId>com.github.brunotl</groupId>
  <artifactId>boost_integer</artifactId>
  <version>1.90.0</version>
  <packaging>aar</packaging>
  <name>Integer</name>
  <description>The organization of boost integer headers and classes is designed to take advantage of &lt;stdint.h&gt; types from the 1999 C standard without resorting to undefined behavior in terms of the 1998 C++ standard. The header &lt;boost/cstdint.hpp&gt; makes the standard integer types safely available in namespace boost without placing any names in namespace std.</description>
  <url>https://www.boost.org/</url>
  <licenses>
    <license>
      <name>Distributed under the Boost Software License, Version 1.0.</name>
      <url>http://www.boost.org/LICENSE_1_0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
  <developer><name>Daryle Walker &lt;darylew -at- hotmail.com&gt;</name></developer><developer><name>Andrey Semashev &lt;andrey.semashev -at- gmail.com&gt;</name></developer></developers>
  <scm>
    <connection>scm:git:https://github.com/boostorg/integer.git</connection>
    <url>https://github.com/boostorg/integer.git</url>
  </scm>
  <dependencies>
  <dependency><groupId>com.github.brunotl</groupId><artifactId>boost_config</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_static_assert</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_throw_exception</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_core</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_assert</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_type_traits</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_detail</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency></dependencies>
</project>