File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.2
2+ - Optimized internal build
3+ - Using Jetbrains annotations instead of checker-qual
4+ - Updated codebase formatting
5+
16# 1.0.1
27- Sonarcloud fixes
38
Original file line number Diff line number Diff line change 11# Standard Paths
22[ ![ Build Status] ( https://travis-ci.com/sanyarnd/standardpaths.svg?branch=master )] ( https://travis-ci.com/sanyarnd/standardpaths )
3- [ ![ Coverage ] ( https://sonarcloud.io/api/project_badges/measure?project=io.github.sanyarnd%3Astandard-paths&metric=coverage )] ( https://sonarcloud.io/dashboard?id=io.github.sanyarnd%3Astandard-paths )
3+ [ ![ Maintainability Rating ] ( https://sonarcloud.io/api/project_badges/measure?project=io.github.sanyarnd%3Astandard-paths&metric=sqale_rating )] ( https://sonarcloud.io/dashboard?id=io.github.sanyarnd%3Astandard-paths )
44
55Standard Paths is a small library which provides cross platform access to the common directories such as ` AppData ` , ` Desktop ` or ` tmp ` .
66
7+ Target JVM version is 8.
8+
79# Features
810* All major distributions: ` Windows ` , ` Linux ` , ` MacOS ` (not yet implemented)
911* Ease of use
1012* NIO-based
1113* Lightweight (~ 10kb)
12- * JDK8+ support
1314
1415The package has [ jna-platform] ( https://github.com/java-native-access/jna ) as transitive dependency (~ 2.5mb).
1516
@@ -28,13 +29,13 @@ Maven:
2829<dependency >
2930 <groupId >io.github.sanyarnd</groupId >
3031 <artifactId >standard-paths</artifactId >
31- <version >1.0.1 </version >
32+ <version >1.0.2 </version >
3233</dependency >
3334```
3435
3536Gradle:
3637``` gradle
37- compile 'io.github.sanyarnd:standard-paths:1.0.1 '
38+ compile 'io.github.sanyarnd:standard-paths:1.0.2 '
3839```
3940
4041Standalone jars are available on [ releases] ( https://github.com/sanyarnd/standardpaths/releases ) page.
Original file line number Diff line number Diff line change 66
77 <groupId >io.github.sanyarnd</groupId >
88 <artifactId >standard-paths</artifactId >
9- <version >1.0.2-SNAPSHOT </version >
9+ <version >1.0.2</version >
1010 <url >https://sanyarnd.github.io/standardpaths/</url >
1111 <packaging >jar</packaging >
1212
You can’t perform that action at this time.
0 commit comments