Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
profesorfalken committed Oct 21, 2017
2 parents d3b061f + 87a6dea commit 68519cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ Simple Java API to interact with PowerShell console

## Installation ##

To install jPowerShell you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/com.profesorfalken/jPowerShell/1.7
To install jPowerShell you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/com.profesorfalken/jPowerShell/1.8

For example, for Maven you have just to add to your pom.xml:

<dependency>
<groupId>com.profesorfalken</groupId>
<artifactId>jPowerShell</artifactId>
<version>1.7</version>
<version>1.8</version>
</dependency>

Instead, you can direct download the JAR file and add it to your classpath.
https://repo1.maven.org/maven2/com/profesorfalken/jPowerShell/1.7/jPowerShell-1.7.jar
https://repo1.maven.org/maven2/com/profesorfalken/jPowerShell/1.8/jPowerShell-1.8.jar

## Basic Usage ##

Expand Down

0 comments on commit 68519cd

Please sign in to comment.