A Simple Named Pipes Library

A simple library for working with named pipes

License

License

GroupId

GroupId

io.github.pirocks
ArtifactId

ArtifactId

simple-named-pipes-lib
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

A Simple Named Pipes Library
A simple library for working with named pipes
Project URL

Project URL

https://github.com/pirocks/named-pipes-thing
Source Code Management

Source Code Management

https://github.com/pirocks/named-pipes-thing.git

Download simple-named-pipes-lib

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.pirocks/simple-named-pipes-lib/ -->
<dependency>
    <groupId>io.github.pirocks</groupId>
    <artifactId>simple-named-pipes-lib</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pirocks/simple-named-pipes-lib/
implementation 'io.github.pirocks:simple-named-pipes-lib:0.0.5'
// https://jarcasting.com/artifacts/io.github.pirocks/simple-named-pipes-lib/
implementation ("io.github.pirocks:simple-named-pipes-lib:0.0.5")
'io.github.pirocks:simple-named-pipes-lib:jar:0.0.5'
<dependency org="io.github.pirocks" name="simple-named-pipes-lib" rev="0.0.5">
  <artifact name="simple-named-pipes-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pirocks', module='simple-named-pipes-lib', version='0.0.5')
)
libraryDependencies += "io.github.pirocks" % "simple-named-pipes-lib" % "0.0.5"
[io.github.pirocks/simple-named-pipes-lib "0.0.5"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.11
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.11
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Very Simple Named Pipes library

A very simple named pipes library. Currently a work in progress, will be the foundation for a more complex library. Jars on Maven central should be working/useable.

Features

  • opening/closing/creating named pipes on unix systems only
  • reading/writing various datatypes.
<dependency>
  <groupId>io.github.pirocks</groupId>
  <artifactId>simple-named-pipes-lib</artifactId>
  <version>0.0.1</version>
</dependency>

Versions

Version
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1