is not current version
Last Version 1.2

net.sf.filepiper:file-piper 1.1

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.filepiper
ArtifactId

ArtifactId

file-piper
Version

Version

1.1
Type

Type

jar

Download file-piper 1.1


<!-- https://jarcasting.com/artifacts/net.sf.filepiper/file-piper/ -->
<dependency>
    <groupId>net.sf.filepiper</groupId>
    <artifactId>file-piper</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.filepiper/file-piper/
implementation 'net.sf.filepiper:file-piper:1.1'
// https://jarcasting.com/artifacts/net.sf.filepiper/file-piper/
implementation ("net.sf.filepiper:file-piper:1.1")
'net.sf.filepiper:file-piper:jar:1.1'
<dependency org="net.sf.filepiper" name="file-piper" rev="1.1">
  <artifact name="file-piper" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.filepiper', module='file-piper', version='1.1')
)
libraryDependencies += "net.sf.filepiper" % "file-piper" % "1.1"
[net.sf.filepiper/file-piper "1.1"]