blob: 0b794621696f61381c756a384d7d407f497a6b9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.saxon</groupId>
<artifactId>saxon-api</artifactId>
<version>9.0.0.2</version>
<name>Saxon API</name>
<description>The XSLT and XQuery Processor</description>
<url>http://saxon.sf.net</url>
<licenses>
<license>
<name>Mozilla Public License Version 1.0</name>
<url>http://www.mozilla.org/MPL/MPL-1.0.txt</url>
</license>
</licenses>
<scm>
<url>http://cvs.sourceforge.net/viewcvs.py/saxon</url>
</scm>
<dependencies />
</project>
|