You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,19 @@ Get crossplatform processes details with Java
7
7
8
8
## Installation ##
9
9
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
11
11
12
12
For example, for Maven you have just to add to your pom.xml:
13
13
14
14
<dependency>
15
15
<groupId>org.jprocesses</groupId>
16
16
<artifactId>jProcesses</artifactId>
17
-
<version>1.6.2</version>
17
+
<version>1.6.3</version>
18
18
</dependency>
19
19
20
20
21
21
Instead, you can direct download the JAR file and add it to your classpath.
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).
0 commit comments