Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

120 linhas
4.1KB

  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>tmp.org.jetbrains.kotlinx</groupId>
  4. <artifactId>placeholder.kotlinx-coroutines-bom</artifactId>
  5. <version>1.6.4</version>
  6. <packaging>pom</packaging>
  7. <name>kotlinx-coroutines-bom</name>
  8. <description>Coroutines support libraries for Kotlin</description>
  9. <url>https://github.com/Kotlin/kotlinx.coroutines</url>
  10. <licenses>
  11. <license>
  12. <name>The Apache Software License, Version 2.0</name>
  13. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  14. <distribution>repo</distribution>
  15. </license>
  16. </licenses>
  17. <developers>
  18. <developer>
  19. <id>JetBrains</id>
  20. <name>JetBrains Team</name>
  21. <organization>JetBrains</organization>
  22. <organizationUrl>https://www.jetbrains.com</organizationUrl>
  23. </developer>
  24. </developers>
  25. <scm>
  26. <url>https://github.com/Kotlin/kotlinx.coroutines</url>
  27. </scm>
  28. <dependencies>
  29. <dependency>
  30. <groupId>org.jetbrains.kotlinx</groupId>
  31. <artifactId>kotlinx-coroutines-android</artifactId>
  32. <version>1.6.4</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.jetbrains.kotlinx</groupId>
  36. <artifactId>kotlinx-coroutines-core-jvm</artifactId>
  37. <version>1.6.4</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.jetbrains.kotlinx</groupId>
  41. <artifactId>kotlinx-coroutines-core</artifactId>
  42. <version>1.6.4</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.jetbrains.kotlinx</groupId>
  46. <artifactId>kotlinx-coroutines-debug</artifactId>
  47. <version>1.6.4</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>org.jetbrains.kotlinx</groupId>
  51. <artifactId>kotlinx-coroutines-guava</artifactId>
  52. <version>1.6.4</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>org.jetbrains.kotlinx</groupId>
  56. <artifactId>kotlinx-coroutines-javafx</artifactId>
  57. <version>1.6.4</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.jetbrains.kotlinx</groupId>
  61. <artifactId>kotlinx-coroutines-jdk8</artifactId>
  62. <version>1.6.4</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.jetbrains.kotlinx</groupId>
  66. <artifactId>kotlinx-coroutines-jdk9</artifactId>
  67. <version>1.6.4</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>org.jetbrains.kotlinx</groupId>
  71. <artifactId>kotlinx-coroutines-play-services</artifactId>
  72. <version>1.6.4</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.jetbrains.kotlinx</groupId>
  76. <artifactId>kotlinx-coroutines-reactive</artifactId>
  77. <version>1.6.4</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.jetbrains.kotlinx</groupId>
  81. <artifactId>kotlinx-coroutines-reactor</artifactId>
  82. <version>1.6.4</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>org.jetbrains.kotlinx</groupId>
  86. <artifactId>kotlinx-coroutines-rx2</artifactId>
  87. <version>1.6.4</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>org.jetbrains.kotlinx</groupId>
  91. <artifactId>kotlinx-coroutines-rx3</artifactId>
  92. <version>1.6.4</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>org.jetbrains.kotlinx</groupId>
  96. <artifactId>kotlinx-coroutines-slf4j</artifactId>
  97. <version>1.6.4</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>org.jetbrains.kotlinx</groupId>
  101. <artifactId>kotlinx-coroutines-swing</artifactId>
  102. <version>1.6.4</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>org.jetbrains.kotlinx</groupId>
  106. <artifactId>kotlinx-coroutines-test-jvm</artifactId>
  107. <version>1.6.4</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>org.jetbrains.kotlinx</groupId>
  111. <artifactId>kotlinx-coroutines-test</artifactId>
  112. <version>1.6.4</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>org.jetbrains.kotlinx</groupId>
  116. <artifactId>kotlinx-coroutines-bom</artifactId>
  117. <version>1.6.4</version>
  118. </dependency>
  119. </dependencies>
  120. </project>