is not current version
Last Version 8.0.2

tv.hd3g:processlauncher 1.5.0

Another lib to start process in Java

GroupId

GroupId

tv.hd3g
ArtifactId

ArtifactId

processlauncher
Version

Version

1.5.0
Type

Type

jar

Download processlauncher 1.5.0


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