| 组织ID: |
cc.renken |
| 项目ID: |
pipeio-async |
| 版本: |
2.0.0 |
| 最后修改时间: |
2019-09-10 13:50:12 |
| 包类型: |
jar |
| 描述: |
pipeio module for asynchronous communication. |
| 大小: |
24.41KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>cc.renken</groupId>
<artifactId>pipeio-async</artifactId>
<version>2.0.0</version>
</dependency>
|
| Gradle引入代码: |
cc.renken:pipeio-async:2.0.0
|
| 下载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>2.0.0</version>
</parent>
<artifactId>pipeio-async</artifactId>
<description>pipeio module for asynchronous communication.</description>
<dependencies>
<dependency>
<groupId>cc.renken</groupId>
<artifactId>pipeio-core</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>cc.renken</groupId>
<artifactId>pipeio-core</artifactId>
<version>2.0.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
VERSION
cc.renken.pipeio.IAsyncTube.class
cc.renken.pipeio.IAsyncFaucet.class
cc.renken.pipeio.AAsyncTransformer.class
cc.renken.pipeio.IAsyncComponentContainer.class
cc.renken.pipeio.IAsyncComponent.class
cc.renken.pipeio.IAsyncSink.class
cc.renken.pipeio.impl.AsyncTubeContainer.class
cc.renken.pipeio.impl.AsyncFaucetContainer.class
cc.renken.pipeio.impl.AsyncFlow.class
cc.renken.pipeio.impl.AsyncSignal$Waiter.class
cc.renken.pipeio.impl.AsyncPipeline.class
cc.renken.pipeio.impl.AsyncSignal.class
cc.renken.pipeio.impl.AsyncFlow$Flowing.class
cc.renken.pipeio.impl.AAsyncComponentContainer.class
cc.renken.pipeio.impl.AAsyncSink.class
cc.renken.pipeio.impl.AsyncFlow$Finishing.class
cc.renken.pipeio.impl.AsyncSinkContainer.class
cc.renken.pipeio.impl.AAsyncComponent.class
cc.renken.pipeio.impl.AsyncFlow$1.class
cc.renken.pipeio.IAsyncSignal$Callback.class
cc.renken.pipeio.IAsyncSignal.class
cc.renken.pipeio.IAsyncBridge.class
META-INF/maven/cc.renken/pipeio-async/pom.xml
META-INF/maven/cc.renken/pipeio-async/pom.properties
|
| 依赖Jar: |
pipeio-core-2.0.0.jar
/cc.renken/pipeio-core/2.0.0
查看pipeio-core所有版本文件
pipeio-core-2.0.0.jar
/cc.renken/pipeio-core/2.0.0
查看pipeio-core所有版本文件
|