1
1
<h1 align =" center " >kotlin-csv</h1 >
2
2
3
3
<p >
4
- <img alt =" Version " src =" https://img.shields.io/badge/version-1.10.0 -blue.svg?cacheSeconds=2592000 " />
4
+ <img alt =" Version " src =" https://img.shields.io/badge/version-1.9.3 -blue.svg?cacheSeconds=2592000 " />
5
5
<a href =" https://github.com/jsoizo/kotlin-csv/blob/master/LICENSE " >
6
6
<img alt="License: Apache License 2.0" src="https://img.shields.io/badge/License-Apache License 2.0-yellow.svg" target="_blank" />
7
7
</a >
@@ -40,15 +40,15 @@ Pure Kotlin CSV Reader/Writer.
40
40
for Kotlin DSL
41
41
42
42
``` kotlin
43
- implementation(" com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0 " ) // for JVM platform
44
- implementation(" com.github.doyaaaaaken:kotlin-csv-js:1.10.0 " ) // for Kotlin JS platform
43
+ implementation(" com.github.doyaaaaaken:kotlin-csv-jvm:1.9.3 " ) // for JVM platform
44
+ implementation(" com.github.doyaaaaaken:kotlin-csv-js:1.9.3 " ) // for Kotlin JS platform
45
45
```
46
46
47
47
for Gradle DSL
48
48
49
49
``` groovy
50
- implementation 'com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0 ' // for JVM platform
51
- implementation 'com.github.doyaaaaaken:kotlin-csv-js:1.10.0 ' // for Kotlin JS platform
50
+ implementation 'com.github.doyaaaaaken:kotlin-csv-jvm:1.9.3 ' // for JVM platform
51
+ implementation 'com.github.doyaaaaaken:kotlin-csv-js:1.9.3 ' // for Kotlin JS platform
52
52
```
53
53
54
54
### Maven
@@ -57,20 +57,20 @@ implementation 'com.github.doyaaaaaken:kotlin-csv-js:1.10.0' // for Kotlin JS pl
57
57
<dependency>
58
58
<groupId>com.github.doyaaaaaken</groupId>
59
59
<artifactId>kotlin-csv-jvm</artifactId>
60
- <version>1.10.0 </version>
60
+ <version>1.9.3 </version>
61
61
</dependency>
62
62
<dependency>
63
63
<groupId>com.github.doyaaaaaken</groupId>
64
64
<artifactId>kotlin-csv-js</artifactId>
65
- <version>1.10.0 </version>
65
+ <version>1.9.3 </version>
66
66
</dependency>
67
67
```
68
68
69
69
### [ kscript] ( https://github.com/holgerbrandl/kscript )
70
70
71
71
``` kotlin
72
- @file:DependsOn(" com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0 " ) // for JVM platform
73
- @file:DependsOn(" com.github.doyaaaaaken:kotlin-csv-js:1.10.0 " ) // for Kotlin JS platform
72
+ @file:DependsOn(" com.github.doyaaaaaken:kotlin-csv-jvm:1.9.3 " ) // for JVM platform
73
+ @file:DependsOn(" com.github.doyaaaaaken:kotlin-csv-js:1.9.3 " ) // for Kotlin JS platform
74
74
```
75
75
76
76
## Examples
0 commit comments