| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.filepiper |
| ArtifactId | ArtifactIdfile-piper |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFile piper
This project is a GUI utility for processing files. It allows selecting a set of source files and a pipeline
of processes to apply onto those files. The applications shows in a nice-looking user interface where you can
define profiles for your repetitive tasks.
It provides pre-defined processors doing usual file manipulation tasks like: Copy, Head, Tail, Chunk, Search, Replace, Zip, Unzip...
But the biggest value of this file processor tool is the ability to add easily custom file processors written in java.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| file-piper-1.2.pom | |
| file-piper-1.2.jar | 147 KB |
| file-piper-1.2-sources.jar | 82 KB |
| file-piper-1.2-javadoc.jar | 285 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.filepiper/file-piper/ -->
<dependency>
<groupId>net.sf.filepiper</groupId>
<artifactId>file-piper</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.filepiper/file-piper/
implementation 'net.sf.filepiper:file-piper:1.2'
// https://jarcasting.com/artifacts/net.sf.filepiper/file-piper/
implementation ("net.sf.filepiper:file-piper:1.2")
'net.sf.filepiper:file-piper:jar:1.2'
<dependency org="net.sf.filepiper" name="file-piper" rev="1.2">
<artifact name="file-piper" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.filepiper', module='file-piper', version='1.2')
)
libraryDependencies += "net.sf.filepiper" % "file-piper" % "1.2"
[net.sf.filepiper/file-piper "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.9 |
| net.sf.sfac : sfac-launcher | jar | 0.5 |
| net.sf.sfac : sfac-core | jar | 0.5 |
| net.sf.sfac : sfac-utils | jar | 0.5 |
| com.lowagie : itext | jar | 2.1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |