We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3000382 commit 86f4a85Copy full SHA for 86f4a85
1 file changed
README.md
@@ -31,14 +31,14 @@ Add it to your build file with:
31
<dependency>
32
<groupId>org.codejive</groupId>
33
<artifactId>java-properties</artifactId>
34
- <version>0.0.2</version>
+ <version>0.0.6</version>
35
</dependency>
36
```
37
38
or
39
40
```groovy
41
-implementation 'org.codejive:java-properties:0.0.2'
+implementation 'org.codejive:java-properties:0.0.6'
42
43
44
And add this import to your code:
0 commit comments