is not current version
Last Version 1.3.2

com.github.frimtec:jpse 0.1.0

JPSE (Java PowerShell Executor) - Library to easialy execute Powershell scripts and commands from Java.

GroupId

GroupId

com.github.frimtec
ArtifactId

ArtifactId

jpse
Version

Version

0.1.0
Type

Type

jar

Download jpse 0.1.0


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