POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project>
<!-- General information -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-lgpl</artifactId>
<packaging>jar</packaging>
<name>Jackson</name>
<version>0.9.3</version>
<description>Jackson is a high-performance JSON processor (parser, generator)
<!-- Contact information -->
<url>http://jackson.codehaus.org</url>
<issueManagement>
<url>http://jira.codehaus.org/browse/JACKSON</url>
</issueManagement>
<!-- Dependency information -->
<dependencies>
<!-- no dependencies, for now -->
</dependencies>
<!-- Licensing (joy!) -->
<licenses>
<license>
<name>GNU Lesser General Public License (LGPL), Version 2.1</name>
<url>http://www.fsf.org/licensing/licenses/lgpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>Codehaus</name>
<url>http://www.codehaus.org/</url>
</organization>
</project>
|