Skip to content

Commit d972705

Browse files
Update README.md
1 parent 0d717c3 commit d972705

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ Java API to perform WMI queries
77

88
## Installation ##
99

10-
To install WMI4Java you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/com.profesorfalken/WMI4Java/1.5
10+
To install WMI4Java you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/com.profesorfalken/WMI4Java/1.5.1
1111

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

1414
<dependency>
1515
<groupId>com.profesorfalken</groupId>
1616
<artifactId>WMI4Java</artifactId>
17-
<version>1.5</version>
17+
<version>1.5.1</version>
1818
</dependency>
1919

2020
Instead, you can direct download the JAR file and add it to your classpath.
21-
https://repo1.maven.org/maven2/com/profesorfalken/WMI4Java/1.5/WMI4Java-1.5.jar
21+
https://repo1.maven.org/maven2/com/profesorfalken/WMI4Java/1.5/WMI4Java-1.5.1.jar
2222

2323
## Basic Usage ##
2424

0 commit comments

Comments
 (0)