is not current version
Last Version 0.5

net.wetheinter:xapi-dev-shell 0.4

Some basic handling around executing processes outside of the jvm. Just a friendly reminder, This code comes with ZERO warranty.

Categories

Categories

Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-dev-shell
Version

Version

0.4
Type

Type

jar

Download xapi-dev-shell 0.4


<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-dev-shell/ -->
<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-dev-shell</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-dev-shell/
implementation 'net.wetheinter:xapi-dev-shell:0.4'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-dev-shell/
implementation ("net.wetheinter:xapi-dev-shell:0.4")
'net.wetheinter:xapi-dev-shell:jar:0.4'
<dependency org="net.wetheinter" name="xapi-dev-shell" rev="0.4">
  <artifact name="xapi-dev-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-dev-shell', version='0.4')
)
libraryDependencies += "net.wetheinter" % "xapi-dev-shell" % "0.4"
[net.wetheinter/xapi-dev-shell "0.4"]