| License |
License |
|---|---|
| GroupId | GroupIdcc.renken |
| ArtifactId | ArtifactIdpipeio-sink-file |
| Version | Version2.0.0 |
| Type | Typejar |
| Description |
Descriptionpipeio module for writing outgoing data into a file.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pipeio-sink-file-2.0.0.pom | |
| pipeio-sink-file-2.0.0.jar | 4 KB |
| pipeio-sink-file-2.0.0-sources.jar | 3 KB |
| pipeio-sink-file-2.0.0-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cc.renken/pipeio-sink-file/ -->
<dependency>
<groupId>cc.renken</groupId>
<artifactId>pipeio-sink-file</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cc.renken/pipeio-sink-file/
implementation 'cc.renken:pipeio-sink-file:2.0.0'
// https://jarcasting.com/artifacts/cc.renken/pipeio-sink-file/
implementation ("cc.renken:pipeio-sink-file:2.0.0")
'cc.renken:pipeio-sink-file:jar:2.0.0'
<dependency org="cc.renken" name="pipeio-sink-file" rev="2.0.0">
<artifact name="pipeio-sink-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.renken', module='pipeio-sink-file', version='2.0.0')
)
libraryDependencies += "cc.renken" % "pipeio-sink-file" % "2.0.0"
[cc.renken/pipeio-sink-file "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| cc.renken : pipeio-core | jar | 2.0.0 |
| cc.renken : pipeio-async | jar | 2.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.24 |
| com.lmax : disruptor | jar | 3.2.0 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.8.2 |
| org.apache.logging.log4j : log4j-api | jar | 2.8.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.8.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| cc.renken : pipeio-core | test-jar | 2.0.0 |
| junit : junit | jar | 4.11 |