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.
|
- <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">
- <modelVersion>4.0.0</modelVersion>
- <groupId>tmp.org.jetbrains.kotlinx</groupId>
- <artifactId>placeholder.kotlinx-coroutines-core</artifactId>
- <version>1.6.4</version>
- <name>kotlinx-coroutines-core</name>
- <description>Coroutines support libraries for Kotlin</description>
- <url>https://github.com/Kotlin/kotlinx.coroutines</url>
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <developers>
- <developer>
- <id>JetBrains</id>
- <name>JetBrains Team</name>
- <organization>JetBrains</organization>
- <organizationUrl>https://www.jetbrains.com</organizationUrl>
- </developer>
- </developers>
- <scm>
- <url>https://github.com/Kotlin/kotlinx.coroutines</url>
- </scm>
- <dependencies>
- <dependency>
- <groupId>org.jetbrains.kotlinx</groupId>
- <artifactId>kotlinx-coroutines-core-jvm</artifactId>
- <version>1.6.4</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlinx</groupId>
- <artifactId>kotlinx-coroutines-bom</artifactId>
- <version>1.6.4</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlinx</groupId>
- <artifactId>kotlinx-coroutines-core</artifactId>
- <version>1.6.4</version>
- </dependency>
- </dependencies>
- <packaging>pom</packaging>
- </project>
|