net.benjaminguzman:Pipe

Simple utility class to act as a pipe (redirect input to output) with extended capabilities such as function execution when pattern is found in input or adding suffix/prefix to each line

License

License

Categories

Categories

Net
GroupId

GroupId

net.benjaminguzman
ArtifactId

ArtifactId

Pipe
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

net.benjaminguzman:Pipe
Simple utility class to act as a pipe (redirect input to output) with extended capabilities such as function execution when pattern is found in input or adding suffix/prefix to each line
Project URL

Project URL

https://github.com/BenjaminGuzman/Pipe
Source Code Management

Source Code Management

http://github.com/BenjaminGuzman/Pipe

Download Pipe

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains : annotations jar 21.0.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.junit.jupiter : junit-jupiter jar 5.8.0-M1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0