27 lines
779 B
XML
27 lines
779 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.tmatesoft.sqljet</groupId>
|
|
<artifactId>sqljet</artifactId>
|
|
<packaging>jar</packaging>
|
|
<version>%VSQLJET%</version>
|
|
<name>SQLJet</name>
|
|
<description>A pure Java library for managing SQLite databases</description>
|
|
<url>http://sqljet.com/</url>
|
|
<licenses>
|
|
<license>
|
|
<url>http://sqljet.com/</url>
|
|
</license>
|
|
</licenses>
|
|
<distributionManagement>
|
|
<downloadUrl>http://sqljet.com/</downloadUrl>
|
|
</distributionManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.antlr</groupId>
|
|
<artifactId>antlr-runtime</artifactId>
|
|
<version>%VANTLR%</version>
|
|
<optional>false</optional>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |