<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.github.gusenov</groupId>
  <artifactId>sqlite-utils</artifactId>
  <version>0.0.2</version>
  <name>SQLite Utils</name>
  <description>Java-Ð±Ð¸Ð±Ð»Ð¸Ð¾ÑÐµÐºÐ° Ð´Ð»Ñ ÑÐ¿ÑÐ¾ÑÐµÐ½Ð¸Ñ ÑÐ°Ð±Ð¾ÑÑ Ñ SQLite Ð±Ð°Ð·Ð°Ð¼Ð¸ Ð´Ð°Ð½Ð½ÑÑ.</description>
  <url>https://github.com/gusenov/sqlite-utils-java</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>gusenov</id>
      <name>ÐÐ±Ð±Ð°Ñ ÐÑÑÐµÐ½Ð¾Ð²</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/gusenov/sqlite-utils-java.git</connection>
    <developerConnection>scm:git:git://github.com/gusenov/sqlite-utils-java.git</developerConnection>
    <url>https://github.com/gusenov/sqlite-utils-java.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.xerial</groupId>
      <artifactId>sqlite-jdbc</artifactId>
      <version>3.19.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
