externalized

A handy DSL that makes it easier to work with external processes in Java

License

License

GroupId

GroupId

com.github.cb372
ArtifactId

ArtifactId

externalized
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

externalized
A handy DSL that makes it easier to work with external processes in Java
Project URL

Project URL

https://github.com/cb372/externalized

Download externalized

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5

test (4)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3
junit : junit jar 4.11
org.mockito : mockito-core jar 1.8.1
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.0
0.3.0
0.2.0
0.1.0