组织ID: |
org.jetbrains.kotlinx |
项目ID: |
kotlinx-coroutines-reactor |
版本: |
1.1.0 |
最后修改时间: |
2018-12-22 14:33:06 |
包类型: |
jar |
标题: |
kotlinx-coroutines-reactor |
描述: |
Coroutines support libraries for Kotlin |
相关URL: |
https://github.com/Kotlin/kotlinx.coroutines |
大小: |
17.26KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-reactor</artifactId>
<version>1.1.0</version>
</dependency>
|
Gradle引入代码: |
org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.1.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-reactor</artifactId>
<version>1.1.0</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-reactive</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>kotlinx-coroutines-reactor</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>http://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>http://www.jetbrains.com</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/Kotlin/kotlinx.coroutines</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>Bismuth-RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/kotlinx-coroutines-reactor.kotlin_module
kotlinx.coroutines.reactor.SchedulerCoroutineDispatcher.class
kotlinx.coroutines.reactor.SchedulerCoroutineDispatcher$scheduleResumeAfterDelay$disposable$1.class
kotlinx.coroutines.reactor.ConvertKt$asMono$1.class
kotlinx.coroutines.reactor.ConvertKt$asFlux$1.class
kotlinx.coroutines.reactor.MonoKt$mono$1.class
kotlinx.coroutines.reactor.MonoCoroutine.class
kotlinx.coroutines.reactor.SchedulerKt$asDisposableHandle$1.class
kotlinx.coroutines.reactor.SchedulerKt.class
kotlinx.coroutines.reactor.FluxKt.class
kotlinx.coroutines.reactor.ConvertKt.class
kotlinx.coroutines.reactor.ConvertKt$asMono$2.class
kotlinx.coroutines.reactor.MonoKt.class
|
依赖Jar: |
kotlin-stdlib-1.3.11.jar
/org.jetbrains.kotlin/kotlin-stdlib/1.3.11
查看kotlin-stdlib所有版本文件
kotlinx-coroutines-core-1.1.0.jar
/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.1.0
查看kotlinx-coroutines-core所有版本文件
kotlinx-coroutines-reactive-1.1.0.jar
/org.jetbrains.kotlinx/kotlinx-coroutines-reactive/1.1.0
查看kotlinx-coroutines-reactive所有版本文件
|