Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
profesorfalken authored Jul 19, 2016
1 parent 233c149 commit 96d110b
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.5
To install jPowerShell you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/com.profesorfalken/jPowerShell/1.5.1

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

<dependency>
<groupId>com.profesorfalken</groupId>
<artifactId>jPowerShell</artifactId>
<version>1.5</version>
<version>1.5.1</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.5/jPowerShell-1.5.jar
https://repo1.maven.org/maven2/com/profesorfalken/jPowerShell/1.5.1/jPowerShell-1.5.1.jar

## Basic Usage ##

Expand Down

0 comments on commit 96d110b

Please sign in to comment.