Skip to content

Commit

Permalink
Update version in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
profesorfalken committed Oct 12, 2018
1 parent 4d45789 commit 9834a75
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 @@ -21,18 +21,18 @@ Check all the new features here: https://github.com/profesorfalken/jPowerShell/w

## Installation

To install jPowerShell you can add the dependecy to your software project management tool: https://search.maven.org/artifact/com.profesorfalken/jPowerShell/3.0/jar
To install jPowerShell you can add the dependecy to your software project management tool: https://search.maven.org/artifact/com.profesorfalken/jPowerShell/3.0.1/jar

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

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

## Basic Usage

Expand Down

0 comments on commit 9834a75

Please sign in to comment.