| 组织ID: |
cc.renken |
| 项目ID: |
pipeio-async |
| 版本: |
1.0.1 |
| 最后修改时间: |
2020-03-19 03:02:33 |
| 包类型: |
jar |
| 描述: |
pipeio module for asynchronous communication. |
| 大小: |
19.04KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>cc.renken</groupId>
<artifactId>pipeio-async</artifactId>
<version>1.0.1</version>
</dependency>
|
| Gradle引入代码: |
cc.renken:pipeio-async:1.0.1
|
| 下载Jar包: |
|
| POM文件内容: |
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cc.renken</groupId>
<artifactId>pipeio</artifactId>
<version>1.0.1</version>
</parent>
<artifactId>pipeio-async</artifactId>
<description>pipeio module for asynchronous communication.</description>
<dependencies>
<dependency>
<groupId>cc.renken</groupId>
<artifactId>pipeio-core</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>cc.renken</groupId>
<artifactId>pipeio-core</artifactId>
<version>1.0.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
VERSION
cc.renken.pipeio.async.impl.AsyncFlow$Flowing.class
cc.renken.pipeio.async.impl.AsyncFaucetContainer.class
cc.renken.pipeio.async.impl.AAsyncComponent.class
cc.renken.pipeio.async.impl.AsyncFlow.class
cc.renken.pipeio.async.impl.AsyncFlow$Finishing.class
cc.renken.pipeio.async.impl.AsyncSinkContainer.class
cc.renken.pipeio.async.impl.AsyncPipeline.class
cc.renken.pipeio.async.impl.AAsyncComponentContainer.class
cc.renken.pipeio.async.impl.AsyncFlow$1.class
cc.renken.pipeio.async.impl.AsyncTubeContainer.class
cc.renken.pipeio.async.IAsyncFaucet.class
cc.renken.pipeio.async.IAsyncSink.class
cc.renken.pipeio.async.IAsyncTube.class
cc.renken.pipeio.async.IAsyncTransformer.class
cc.renken.pipeio.async.IAsyncComponent.class
cc.renken.pipeio.async.IAsyncComponentContainer.class
META-INF/maven/cc.renken/pipeio-async/pom.xml
META-INF/maven/cc.renken/pipeio-async/pom.properties
|
| 依赖Jar: |
pipeio-core-1.0.1.jar
/cc.renken/pipeio-core/1.0.1
查看pipeio-core所有版本文件
pipeio-core-1.0.1.jar
/cc.renken/pipeio-core/1.0.1
查看pipeio-core所有版本文件
|