springfox-spi-2.6.1.pom 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>io.springfox</groupId>
  5. <artifactId>springfox-spi</artifactId>
  6. <version>2.6.1</version>
  7. <dependencies>
  8. <dependency>
  9. <groupId>io.springfox</groupId>
  10. <artifactId>springfox-core</artifactId>
  11. <version>2.6.1</version>
  12. <scope>compile</scope>
  13. </dependency>
  14. </dependencies>
  15. <name>springfox-spi</name>
  16. <url>https://github.com/springfox/springfox</url>
  17. <description>JSON API documentation for spring based applications</description>
  18. <scm>
  19. <url>scm:git:git@github.com:springfox/springfox.git</url>
  20. <connection>scm:git:git@github.com:springfox/springfox.git</connection>
  21. <developerConnection>scm:git:git@github.com:springfox/springfox.git</developerConnection>
  22. </scm>
  23. <licenses>
  24. <license>
  25. <name>The Apache Software License, Version 2.0</name>
  26. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  27. <distribution>repo</distribution>
  28. </license>
  29. </licenses>
  30. <developers>
  31. <developer>
  32. <id>martypitt@me.com</id>
  33. <name>Marty Pitt</name>
  34. <organization>The Mango Factory</organization>
  35. <email>martypitt@me.com</email>
  36. </developer>
  37. <developer>
  38. <id>dilipkrish</id>
  39. <name>Dilip Krishnan</name>
  40. <organization>The Container Store</organization>
  41. <email>dilipkrish_subscriptions@yahoo.com</email>
  42. </developer>
  43. <developer>
  44. <id>adrianbk</id>
  45. <name>Adrian Kelly</name>
  46. <organization>DiUS Computing</organization>
  47. <email>adrianbkelly+swagger@gmail.com</email>
  48. </developer>
  49. </developers>
  50. </project>