big-math-2.0.1.pom 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>ch.obermuhlner</groupId>
  6. <artifactId>big-math</artifactId>
  7. <version>2.0.1</version>
  8. <name>Big Math</name>
  9. <description>Math functions for BigDecimal.</description>
  10. <url>https://github.com/eobermuhlner/big-math</url>
  11. <licenses>
  12. <license>
  13. <name>MIT License</name>
  14. <url>https://raw.githubusercontent.com/eobermuhlner/big-math/master/LICENSE.txt</url>
  15. </license>
  16. </licenses>
  17. <developers>
  18. <developer>
  19. <id>eobermuhlner</id>
  20. <name>Eric Obermuhlner</name>
  21. <email>eobermuhlner@gmail.com</email>
  22. </developer>
  23. </developers>
  24. <scm>
  25. <connection>scm:git:git://github.com/big-math.git</connection>
  26. <developerConnection>scm:ssh://github.com:eobermuhlner/big-math.git</developerConnection>
  27. <url>https://github.com/eobermuhlner/big-math/</url>
  28. </scm>
  29. <dependencies>
  30. <dependency>
  31. <groupId>junit</groupId>
  32. <artifactId>junit</artifactId>
  33. <version>4.12</version>
  34. <scope>test</scope>
  35. </dependency>
  36. </dependencies>
  37. </project>