组织ID: |
org.jetbrains.kotlinx |
项目ID: |
kotlinx-coroutines-reactive |
版本: |
0.30.0 |
最后修改时间: |
2018-09-30 09:51:50 |
包类型: |
jar |
标题: |
kotlinx-coroutines-reactive |
描述: |
Coroutines support libraries for Kotlin |
相关URL: |
https://github.com/Kotlin/kotlinx.coroutines |
大小: |
31.56KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-reactive</artifactId>
<version>0.30.0</version>
</dependency>
|
Gradle引入代码: |
org.jetbrains.kotlinx:kotlinx-coroutines-reactive:0.30.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-reactive</artifactId>
<version>0.30.0</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.2.70</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>0.30.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>kotlinx-coroutines-reactive</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>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/kotlinx-coroutines-reactive.kotlin_module
kotlinx.coroutines.experimental.reactive.AwaitKt$awaitFirstOrElse$1.class
kotlinx.coroutines.experimental.reactive.AwaitKt$WhenMappings.class
kotlinx.coroutines.experimental.reactive.PublisherCoroutine.class
kotlinx.coroutines.experimental.reactive.ChannelKt.class
kotlinx.coroutines.experimental.reactive.Mode.class
kotlinx.coroutines.experimental.reactive.AwaitKt$awaitOne$$inlined$suspendCancellableCoroutine$lambda$1$1.class
kotlinx.coroutines.experimental.reactive.ConvertKt.class
kotlinx.coroutines.experimental.reactive.ConvertKt$asPublisher$1.class
kotlinx.coroutines.experimental.reactive.AwaitKt.class
kotlinx.coroutines.experimental.reactive.AwaitKt$awaitOne$$inlined$suspendCancellableCoroutine$lambda$1.class
kotlinx.coroutines.experimental.reactive.ChannelKt$consumeEach$2.class
kotlinx.coroutines.experimental.reactive.ChannelKt$consumeEach$1.class
kotlinx.coroutines.experimental.reactive.PublishKt.class
kotlinx.coroutines.experimental.reactive.PublisherCoroutine$registerSelectClause2$1.class
kotlinx.coroutines.experimental.reactive.PublishKt$publish$1.class
kotlinx.coroutines.experimental.reactive.PublisherCoroutine$sendSuspend$1.class
kotlinx.coroutines.experimental.reactive.SubscriptionChannel.class
|
依赖Jar: |
kotlin-stdlib-1.2.70.jar
/org.jetbrains.kotlin/kotlin-stdlib/1.2.70
查看kotlin-stdlib所有版本文件
kotlinx-coroutines-core-0.30.0.jar
/org.jetbrains.kotlinx/kotlinx-coroutines-core/0.30.0
查看kotlinx-coroutines-core所有版本文件
reactive-streams-1.0.0.jar
/org.reactivestreams/reactive-streams/1.0.0
查看reactive-streams所有版本文件
|