<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>club.psychose</groupId>
  <artifactId>ibo</artifactId>
  <packaging>jar</packaging>
  <version>2.3.2</version>
  <name>IBO</name>
  <description>IBO stands for "Internal binary operations" and it is a library for Java to read, write, and handle binary files and data types that aren't available in Java.</description>
  <url>https://github.com/psychose-club/IBO</url>
  <licenses>
    <license>
      <name>BSD 3-Clause “New” or “Revised” License</name>
      <url>https://joinup.ec.europa.eu/licence/bsd-3-clause-new-or-revised-license</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>
      scm:git:git://github.com/psychose-club/IBO.git
    </connection>
    <url>https://github.com/psychose-club/IBO.git</url>
    <developerConnection>
      scm:git:git://github.com/psychose-club/IBO.git
    </developerConnection>
  </scm>
  <developers>
    <developer>
      <name>psychose.club</name>
    </developer>
  </developers>
</project>
