is not current version
Last Version 1.2.7

com.github.dyorgio.runtime:out-process 1.0.1

A java library to run pieces of code in another JVM.

GroupId

GroupId

com.github.dyorgio.runtime
ArtifactId

ArtifactId

out-process
Version

Version

1.0.1
Type

Type

jar

Download out-process 1.0.1


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