| 组织ID: |
cc.renken |
| 项目ID: |
pipeio-sink-file |
| 版本: |
1.1.0 |
| 最后修改时间: |
2020-03-19 03:03:41 |
| 包类型: |
jar |
| 描述: |
pipeio module for writing outgoing data into a file. |
| 大小: |
4.35KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>cc.renken</groupId>
<artifactId>pipeio-sink-file</artifactId>
<version>1.1.0</version>
</dependency>
|
| Gradle引入代码: |
cc.renken:pipeio-sink-file:1.1.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>1.1.0</version>
</parent>
<artifactId>pipeio-sink-file</artifactId>
<version>1.1.0</version>
<description>pipeio module for writing outgoing data into a file.</description>
<dependencies>
<dependency>
<groupId>cc.renken</groupId>
<artifactId>pipeio-core</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>cc.renken</groupId>
<artifactId>pipeio-async</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>cc.renken</groupId>
<artifactId>pipeio-core</artifactId>
<version>1.1.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
cc.renken.pipeio.async.sink.file.FileSink.class
cc.renken.pipeio.async.sink.file.FileSink$Operation.class
META-INF/maven/cc.renken/pipeio-sink-file/pom.xml
META-INF/maven/cc.renken/pipeio-sink-file/pom.properties
|
| 依赖Jar: |
pipeio-core-1.1.0.jar
/cc.renken/pipeio-core/1.1.0
查看pipeio-core所有版本文件
pipeio-async-1.1.0.jar
/cc.renken/pipeio-async/1.1.0
查看pipeio-async所有版本文件
pipeio-core-1.1.0.jar
/cc.renken/pipeio-core/1.1.0
查看pipeio-core所有版本文件
|