jna-platform-5.5.0.pom 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
  4. http://maven.apache.org/maven-v4_0_0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>net.java.dev.jna</groupId>
  7. <artifactId>jna-platform</artifactId>
  8. <version>5.5.0</version>
  9. <packaging>jar</packaging>
  10. <name>Java Native Access Platform</name>
  11. <description>Java Native Access Platform</description>
  12. <url>https://github.com/java-native-access/jna</url>
  13. <licenses>
  14. <license>
  15. <name>LGPL, version 2.1</name>
  16. <url>http://www.gnu.org/licenses/licenses.html</url>
  17. <distribution>repo</distribution>
  18. </license>
  19. <license>
  20. <name>Apache License v2.0</name>
  21. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  22. <distribution>repo</distribution>
  23. </license>
  24. </licenses>
  25. <scm>
  26. <connection>scm:git:https://github.com/java-native-access/jna</connection>
  27. <developerConnection>scm:git:ssh://git@github.com/java-native-access/jna.git</developerConnection>
  28. <url>https://github.com/java-native-access/jna</url>
  29. </scm>
  30. <developers>
  31. <developer>
  32. <id>twall</id>
  33. <name>Timothy Wall</name>
  34. <roles>
  35. <role>Owner</role>
  36. </roles>
  37. </developer>
  38. <developer>
  39. <email>mblaesing@doppel-helix.eu</email>
  40. <name>Matthias Bläsing</name>
  41. <url>https://github.com/matthiasblaesing/</url>
  42. <roles>
  43. <role>Developer</role>
  44. </roles>
  45. </developer>
  46. </developers>
  47. <dependencies>
  48. <dependency>
  49. <groupId>net.java.dev.jna</groupId>
  50. <artifactId>jna</artifactId>
  51. <version>5.5.0</version>
  52. </dependency>
  53. </dependencies>
  54. </project>