<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.jonatino</groupId>
  <artifactId>CSGO-Offset-Scanner</artifactId>
  <version>1.6.7</version>
  <dependencies>
    <dependency>
      <groupId>com.github.jonatino</groupId>
      <artifactId>Java-Memory-Manipulation</artifactId>
      <version>2.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>CSGO-Offset-Scanner</name>
  <description>Java Based Cross-Platform CSGO Offset and Netvar Scanner</description>
  <url>https://github.com/Jonatino/CSGO-Offset-Scanner</url>
  <scm>
    <url>https://github.com/Jonatino/CSGO-Offset-Scanner</url>
    <connection>scm:git:git://github.com/Jonatino/CSGO-Offset-Scanner.git</connection>
    <developerConnection>scm:git:ssh:git@github.com:Jonatino/CSGO-Offset-Scanner.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://raw.githubusercontent.com/$your_github_name/$project_name/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Jonatino</id>
      <name>Jonathan Beaudoin</name>
      <email>jonathanbeaudoin1996@gmail.com</email>
    </developer>
  </developers>
</project>
