prox

A Scala library for working with system processes

License

License

GroupId

GroupId

io.github.vigoo
ArtifactId

ArtifactId

prox_2.12
Last Version

Last Version

0.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

prox
A Scala library for working with system processes
Project URL

Project URL

https://github.com/vigoo/prox
Project Organization

Project Organization

io.github.vigoo
Source Code Management

Source Code Management

https://github.com/vigoo/prox

Download prox_2.12

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
org.typelevel : cats-effect_2.12 jar 2.1.0
co.fs2 : fs2-core_2.12 jar 2.2.2
co.fs2 : fs2-io_2.12 jar 2.2.2
com.chuusai : shapeless_2.12 jar 2.3.3
org.scala-lang.modules : scala-collection-compat_2.12 jar 2.1.4

test (4)

Group / Artifact Type Version
dev.zio : zio_2.12 jar 1.0.0-RC17
dev.zio : zio-test_2.12 jar 1.0.0-RC17
dev.zio : zio-test-sbt_2.12 jar 1.0.0-RC17
dev.zio : zio-interop-cats_2.12 jar 2.0.0.0-RC10

Project Modules

There are no modules declared in this project.

prox

Build Status codecov Apache 2 License License Latest version Maven central

prox is a small library that helps you starting system processes and redirecting their input/output/error streams, either to files, fs2 streams or each other.

⚠️ Version 0.5 is a complete redesign of the library

See the project's site for documentation and examples.

Versions

Version
0.5.1
0.5.0
0.4.0
0.3
0.2.1
0.2.0
0.1.1
0.1