File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Java's Throwable JSON Transformer Module
13
13
14
14
[ ![ GitHub (All Releases)] ( https://img.shields.io/github/downloads/TurquoiseSpace/throwable-utility/total?color=blue )] ( https://repo1.maven.org/maven2/com/github/TurquoiseSpace/throwable-utility/ )
15
15
16
- [ ![ GitHub (Latest Release)] ( https://img.shields.io/github/downloads/TurquoiseSpace/throwable-utility/throwable-utility-0.0.8 /total )] ( https://repo1.maven.org/maven2/com/github/TurquoiseSpace/throwable-utility/0.0.8 / )
16
+ [ ![ GitHub (Latest Release)] ( https://img.shields.io/github/downloads/TurquoiseSpace/throwable-utility/throwable-utility-0.0.9 /total )] ( https://repo1.maven.org/maven2/com/github/TurquoiseSpace/throwable-utility/0.0.9 / )
17
17
18
18
19
19
[ Maven Central Sonatype Search] ( https://central.sonatype.com/artifact/com.github.TurquoiseSpace/throwable-utility )
@@ -33,26 +33,26 @@ Java's Throwable JSON Transformer Module
33
33
<dependency>
34
34
<groupId>com.github.TurquoiseSpace</groupId>
35
35
<artifactId>throwable-utility</artifactId>
36
- <version>0.0.8 </version>
36
+ <version>0.0.9 </version>
37
37
</dependency>
38
38
```
39
39
40
40
- Gradle
41
41
42
42
```
43
- implementation group: 'com.github.TurquoiseSpace', name: 'throwable-utility', version: '0.0.8 '
43
+ implementation group: 'com.github.TurquoiseSpace', name: 'throwable-utility', version: '0.0.9 '
44
44
```
45
45
46
46
- Gradle (Short)
47
47
48
48
```
49
- implementation 'com.github.TurquoiseSpace:throwable-utility:0.0.8 '
49
+ implementation 'com.github.TurquoiseSpace:throwable-utility:0.0.9 '
50
50
```
51
51
52
52
- Gradle (Kotlin)
53
53
54
54
```
55
- implementation("com.github.TurquoiseSpace:throwable-utility:0.0.8 ")
55
+ implementation("com.github.TurquoiseSpace:throwable-utility:0.0.9 ")
56
56
```
57
57
58
58
You can’t perform that action at this time.
0 commit comments