License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdcom.cankoluman |
ArtifactId | ArtifactIdioCSV |
Last Version | Last Version0.62 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionioCSV
A simple CSV (comma separated values) io Library in Scala
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ioCSV-0.62.pom | |
ioCSV-0.62.jar | 29 KB |
ioCSV-0.62-sources.jar | 7 KB |
ioCSV-0.62-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cankoluman/ioCSV/ -->
<dependency>
<groupId>com.cankoluman</groupId>
<artifactId>ioCSV</artifactId>
<version>0.62</version>
</dependency>
// https://jarcasting.com/artifacts/com.cankoluman/ioCSV/
implementation 'com.cankoluman:ioCSV:0.62'
// https://jarcasting.com/artifacts/com.cankoluman/ioCSV/
implementation ("com.cankoluman:ioCSV:0.62")
'com.cankoluman:ioCSV:jar:0.62'
<dependency org="com.cankoluman" name="ioCSV" rev="0.62">
<artifact name="ioCSV" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cankoluman', module='ioCSV', version='0.62')
)
libraryDependencies += "com.cankoluman" % "ioCSV" % "0.62"
[com.cankoluman/ioCSV "0.62"]
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_3 | jar | 3.2.9 |
org.scalatestplus : mockito-3-4_3 | jar | 3.2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.12.1 |