
derepositories.jcommons-datatransfer.1.0.v201602292337.source-code.pom.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0"?> <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> <parent> <groupId>com.github.coderepositories</groupId> <artifactId>jcommons</artifactId> <version>1.0.v201602292337</version> </parent> <artifactId>jcommons-datatransfer</artifactId> <name>jcommons-datatransfer</name> <url>https://github.com/coderepositories/jcommons</url> <description>My Java Commons Lib Core</description> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>zhangguangyong</name> <email>[email protected]</email> </developer> </developers> <scm> <connection>scm:[email protected]:coderepositories/jcommons.git</connection> <developerConnection>scm:[email protected]:coderepositories/jcommons.git</developerConnection> <url>https://github.com/coderepositories/jcommons</url> </scm> <dependencies> <dependency> <groupId>com.github.coderepositories</groupId> <artifactId>jcommons-core</artifactId> <version>1.0.v201602292337</version> </dependency> <!-- test --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <!-- apache-poi --> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> </dependency> <!-- xStream --> <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> </dependency> <!-- jdom --> <dependency> <groupId>org.jdom</groupId> <artifactId>jdom2</artifactId> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy