is not current version
Last Version 2.0.0

com.github.tuupertunut:powershell-lib-java 1.1.0

A simple library for using PowerShell from Java.

Categories

Categories

Java Languages
GroupId

GroupId

com.github.tuupertunut
ArtifactId

ArtifactId

powershell-lib-java
Version

Version

1.1.0
Type

Type

jar

Download powershell-lib-java 1.1.0


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