组织ID: |
org.jetbrains.kotlinx |
项目ID: |
kotlinx-coroutines-reactive |
版本: |
0.19 |
最后修改时间: |
2020-04-11 19:49:47 |
包类型: |
jar |
大小: |
29.98KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-reactive</artifactId>
<version>0.19</version>
</dependency>
|
Gradle引入代码: |
org.jetbrains.kotlinx:kotlinx-coroutines-reactive:0.19
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2016-2017 JetBrains s.r.o.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines</artifactId>
<version>0.19</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>kotlinx-coroutines-reactive</artifactId>
<packaging>jar</packaging>
<properties>
<subdir>reactive</subdir>
</properties>
<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
<plugins>
<!-- documentation -->
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
<version>${dokka.version}</version>
<configuration>
<externalDocumentationLinks combine.children="append">
<link>
<url>${core.docs.url}</url>
<packageListUrl>file:///${core.docs.file}</packageListUrl>
</link>
<link>
<url>http://www.reactive-streams.org/reactive-streams-1.0.0-javadoc/</url>
</link>
</externalDocumentationLinks>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/kotlinx-coroutines-reactive.kotlin_module
kotlinx.coroutines.experimental.reactive.AwaitKt$WhenMappings.class
kotlinx.coroutines.experimental.reactive.PublisherCoroutine.class
kotlinx.coroutines.experimental.reactive.SubscriptionChannel.class
kotlinx.coroutines.experimental.reactive.AwaitKt$awaitOne$$inlined$suspendCancellableCoroutine$lambda$1.class
kotlinx.coroutines.experimental.reactive.AwaitKt.class
kotlinx.coroutines.experimental.reactive.PublisherCoroutine$registerSelectClause2$1.class
kotlinx.coroutines.experimental.reactive.ConvertKt.class
kotlinx.coroutines.experimental.reactive.ChannelKt.class
kotlinx.coroutines.experimental.reactive.ConvertKt$asPublisher$1.class
kotlinx.coroutines.experimental.reactive.PublishKt.class
kotlinx.coroutines.experimental.reactive.ChannelKt$consumeEach$3.class
kotlinx.coroutines.experimental.reactive.Mode.class
kotlinx.coroutines.experimental.reactive.PublishKt$publish$1.class
kotlinx.coroutines.experimental.reactive.AwaitKt$awaitOne$$inlined$suspendCancellableCoroutine$lambda$1$1.class
META-INF/maven/org.jetbrains.kotlinx/kotlinx-coroutines-reactive/pom.xml
META-INF/maven/org.jetbrains.kotlinx/kotlinx-coroutines-reactive/pom.properties
kotlinx.coroutines.experimental.reactive.PublisherCoroutine$sendSuspend$1.class
|
依赖Jar: |
reactive-streams-1.0.0.jar
/org.reactivestreams/reactive-streams/1.0.0
查看reactive-streams所有版本文件
kotlinx-coroutines-core-${project.version}.jar
/org.jetbrains.kotlinx/kotlinx-coroutines-core/${project.version}
查看kotlinx-coroutines-core所有版本文件
kotlinx-coroutines-core-${project.version}.jar
/org.jetbrains.kotlinx/kotlinx-coroutines-core/${project.version}
查看kotlinx-coroutines-core所有版本文件
|