Skip to content

Commit 3e64933

Browse files
2 parents 1c421fe + 062ccd1 commit 3e64933

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ Get crossplatform processes details with Java
77

88
## Installation ##
99

10-
To install jProcesses you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/org.jprocesses/jProcesses/1.6.2
10+
To install jProcesses you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/org.jprocesses/jProcesses/1.6.3
1111

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

1414
<dependency>
1515
<groupId>org.jprocesses</groupId>
1616
<artifactId>jProcesses</artifactId>
17-
<version>1.6.2</version>
17+
<version>1.6.3</version>
1818
</dependency>
1919

2020

2121
Instead, you can direct download the JAR file and add it to your classpath.
22-
http://central.maven.org/maven2/org/jprocesses/jProcesses/1.6.2/jProcesses-1.6.2.jar
22+
http://central.maven.org/maven2/org/jprocesses/jProcesses/1.6.3/jProcesses-1.6.3.jar
2323

2424
The only dependency you will need to add to the classpath is [WMI4Java](https://repo1.maven.org/maven2/com/profesorfalken/WMI4Java). You can download de JAR file [here](https://repo1.maven.org/maven2/com/profesorfalken/WMI4Java/1.4.2/WMI4Java-1.4.2.jar).
2525

@@ -76,3 +76,5 @@ Webpage: http://www.jprocesses.org
7676
@jkuharev: for his help to make jProcess work on Mac
7777

7878
@Gobliins: for fixing executeCommand hang with lots of process using ProcessBuilder
79+
80+
@janhoy: for his contribution that fix long date parsing with locales different from english (Norwegian in his case)

0 commit comments

Comments
 (0)