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.

48 linhas
1.7KB

  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-core</artifactId>
  5. <version>1.6.4</version>
  6. <name>kotlinx-coroutines-core</name>
  7. <description>Coroutines support libraries for Kotlin</description>
  8. <url>https://github.com/Kotlin/kotlinx.coroutines</url>
  9. <licenses>
  10. <license>
  11. <name>The Apache Software License, Version 2.0</name>
  12. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  13. <distribution>repo</distribution>
  14. </license>
  15. </licenses>
  16. <developers>
  17. <developer>
  18. <id>JetBrains</id>
  19. <name>JetBrains Team</name>
  20. <organization>JetBrains</organization>
  21. <organizationUrl>https://www.jetbrains.com</organizationUrl>
  22. </developer>
  23. </developers>
  24. <scm>
  25. <url>https://github.com/Kotlin/kotlinx.coroutines</url>
  26. </scm>
  27. <dependencies>
  28. <dependency>
  29. <groupId>org.jetbrains.kotlinx</groupId>
  30. <artifactId>kotlinx-coroutines-core-jvm</artifactId>
  31. <version>1.6.4</version>
  32. <scope>compile</scope>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.jetbrains.kotlinx</groupId>
  36. <artifactId>kotlinx-coroutines-bom</artifactId>
  37. <version>1.6.4</version>
  38. <type>pom</type>
  39. <scope>import</scope>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.jetbrains.kotlinx</groupId>
  43. <artifactId>kotlinx-coroutines-core</artifactId>
  44. <version>1.6.4</version>
  45. </dependency>
  46. </dependencies>
  47. <packaging>pom</packaging>
  48. </project>