jcommon-1.0.15.pom 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>jfree</groupId>
  6. <artifactId>jcommon</artifactId>
  7. <name>jcommon</name>
  8. <version>1.0.15</version>
  9. <organization>
  10. <name>JFree.org</name>
  11. <url>http://www.jfree.org/</url>
  12. </organization>
  13. <inceptionYear>2001</inceptionYear>
  14. <description>
  15. JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org, including
  16. JFreeChart and JFreeReport.
  17. </description>
  18. <url>http://www.jfree.org/jcommon/</url>
  19. <scm>
  20. <connection>scm:cvs:pserver:anonymous@jfreechart.cvs.sourceforge.net:/cvsroot/jfreechart:jcommon</connection>
  21. <url>http://jfreechart.cvs.sourceforge.net/jfreechart/jcommon/</url>
  22. </scm>
  23. <licenses>
  24. <license>
  25. <name>GNU Lesser General Public Licence</name>
  26. <url>http://www.gnu.org/licenses/lgpl.txt</url>
  27. <distribution>repo</distribution>
  28. </license>
  29. </licenses>
  30. <dependencies>
  31. <dependency>
  32. <groupId>junit</groupId>
  33. <artifactId>junit</artifactId>
  34. <version>3.8.1</version>
  35. <scope>test</scope>
  36. </dependency>
  37. </dependencies>
  38. </project>