Last Version

File piper 1.2

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.filepiper
ArtifactId

ArtifactId

file-piper
Version

Version

1.2
Type

Type

jar
Description

Description

File 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

http://file-piper.sourceforge.net

Download file-piper 1.2


<!-- 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"]

Dependencies

compile (5)

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

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.