react-native-0.61.1.pom 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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>com.facebook.react</groupId>
  6. <artifactId>react-native</artifactId>
  7. <version>0.61.1</version>
  8. <packaging>aar</packaging>
  9. <name>ReactNative</name>
  10. <description>A framework for building native apps with React</description>
  11. <url>https://github.com/facebook/react-native</url>
  12. <licenses>
  13. <license>
  14. <name>MIT License</name>
  15. <url>https://github.com/facebook/react-native/blob/master/LICENSE</url>
  16. <distribution>repo</distribution>
  17. </license>
  18. </licenses>
  19. <developers>
  20. <developer>
  21. <id>facebook</id>
  22. <name>Facebook</name>
  23. </developer>
  24. </developers>
  25. <scm>
  26. <connection>scm:git:https://github.com/facebook/react-native.git</connection>
  27. <developerConnection>scm:git:git@github.com:facebook/react-native.git</developerConnection>
  28. <url>https://github.com/facebook/react-native.git</url>
  29. </scm>
  30. <dependencies>
  31. <dependency>
  32. <groupId>com.facebook.infer.annotation</groupId>
  33. <artifactId>infer-annotation</artifactId>
  34. <version>0.11.2</version>
  35. <scope>compile</scope>
  36. </dependency>
  37. <dependency>
  38. <groupId>javax.inject</groupId>
  39. <artifactId>javax.inject</artifactId>
  40. <version>1</version>
  41. <scope>compile</scope>
  42. </dependency>
  43. <dependency>
  44. <groupId>androidx.appcompat</groupId>
  45. <artifactId>appcompat</artifactId>
  46. <version>1.0.2</version>
  47. <scope>compile</scope>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.facebook.fresco</groupId>
  51. <artifactId>fresco</artifactId>
  52. <version>2.0.0</version>
  53. <scope>compile</scope>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.facebook.fresco</groupId>
  57. <artifactId>imagepipeline-okhttp3</artifactId>
  58. <version>2.0.0</version>
  59. <scope>compile</scope>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.facebook.soloader</groupId>
  63. <artifactId>soloader</artifactId>
  64. <version>0.6.0</version>
  65. <scope>compile</scope>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.google.code.findbugs</groupId>
  69. <artifactId>jsr305</artifactId>
  70. <version>3.0.2</version>
  71. <scope>compile</scope>
  72. </dependency>
  73. <dependency>
  74. <groupId>com.squareup.okhttp3</groupId>
  75. <artifactId>okhttp</artifactId>
  76. <version>3.12.1</version>
  77. <scope>compile</scope>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.squareup.okhttp3</groupId>
  81. <artifactId>okhttp-urlconnection</artifactId>
  82. <version>3.12.1</version>
  83. <scope>compile</scope>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.squareup.okio</groupId>
  87. <artifactId>okio</artifactId>
  88. <version>1.15.0</version>
  89. <scope>compile</scope>
  90. </dependency>
  91. </dependencies>
  92. </project>