Download jPowerShell-1.4.2.jar file - Jar j

Jar examples for j:jPowerShell

Description

API to use PowerShell from Java

You can download jar file jPowerShell 1.4.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jPowerShell-1.4.2.jar to your project.

<dependency>
   <groupId>com.profesorfalken</groupId>
   <artifactId>jPowerShell</artifactId>
   <version>1.4.2</version>
</dependency>
compile group: 'com.profesorfalken', name: 'jPowerShell', version: '1.4.2'
libraryDependencies += "com.profesorfalken" % "jPowerShell" % "1.4.2"
<dependency org="com.profesorfalken" name="jPowerShell" rev="1.4.2"/>
@Grapes(@Grab(group='com.profesorfalken', module='jPowerShell', version='1.4.2'))
'com.profesorfalken:jPowerShell:jar:1.4.2'

Download

Click the following link to download the jar file.

jPowerShell-1.4.2-javadoc.jar
jPowerShell-1.4.2-sources.jar
jPowerShell-1.4.2.jar
jPowerShell-1.4.2.pom



Related Tutorials