Skip to content

Commit

Permalink
Mentioned the last Java 1.8 version and the new Java 10 version in th…
Browse files Browse the repository at this point in the history
…e readme
  • Loading branch information
vatbub committed Feb 17, 2021
1 parent 5864fe5 commit c524eb8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,22 @@ mslinks
Library for parsing and creating Windows shortcut files (.lnk)
***
This is a exact fork of [BlackOverlord666/mslinks](https://github.com/BlackOverlord666/mslinks), however, I published it on maven central:

**Java 10**
```xml
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>mslinks</artifactId>
<version>1.0.6.1</version>
</dependency>
```

**Java 1.8**
```xml
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>mslinks</artifactId>
<version>1.0.3.1</version>
<version>1.0.5</version>
</dependency>
```

Expand Down

0 comments on commit c524eb8

Please sign in to comment.