| 组织ID: |
com.github.tototoshi |
| 项目ID: |
scala-csv_2.11 |
| 版本: |
1.3.4 |
| 最后修改时间: |
2018-08-05 11:42:04 |
| 包类型: |
jar |
| 标题: |
scala-csv |
| 描述: |
scala-csv |
| 相关URL: |
http://github.com/tototoshi/scala-csv |
| 大小: |
52.56KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.tototoshi</groupId>
<artifactId>scala-csv_2.11</artifactId>
<version>1.3.4</version>
</dependency>
|
| Gradle引入代码: |
com.github.tototoshi:scala-csv_2.11:1.3.4
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.tototoshi</groupId>
<artifactId>scala-csv_2.11</artifactId>
<packaging>jar</packaging>
<description>scala-csv</description>
<version>1.3.4</version>
<name>scala-csv</name>
<organization>
<name>com.github.tototoshi</name>
</organization>
<url>http://github.com/tototoshi/scala-csv</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git@github.com:tototoshi/scala-csv.git</url>
<connection>scm:git:git@github.com:tototoshi/scala-csv.git</connection>
</scm>
<developers>
<developer>
<id>tototoshi</id>
<name>Toshiyuki Takahashi</name>
<url>http://tototoshi.github.com</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.8</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.11</artifactId>
<version>1.13.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.storm-enroute</groupId>
<artifactId>scalameter_2.11</artifactId>
<version>0.7</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.tototoshi.csv.CSVReader$$anonfun$toStream$3.class
com.github.tototoshi.csv.QUOTE_MINIMAL.class
com.github.tototoshi.csv.CSVReader.class
com.github.tototoshi.csv.QUOTE_NONE.class
com.github.tototoshi.csv.CSVReader$$anon$1$$anonfun$next$1.class
com.github.tototoshi.csv.QUOTE_NONE$.class
com.github.tototoshi.csv.CSVWriter.class
com.github.tototoshi.csv.CSVParser$.class
com.github.tototoshi.csv.CSVWriter$.class
com.github.tototoshi.csv.MalformedCSVException.class
com.github.tototoshi.csv.Quoting.class
com.github.tototoshi.csv.CSVReader$$anonfun$toStream$1.class
com.github.tototoshi.csv.package$$anon$1.class
com.github.tototoshi.csv.CSVReader$$anonfun$iteratorWithHeaders$2.class
com.github.tototoshi.csv.CSVReader$$anonfun$allWithOrderedHeaders$1.class
com.github.tototoshi.csv.QUOTE_MINIMAL$.class
com.github.tototoshi.csv.CSVParser.class
com.github.tototoshi.csv.CSVFormat.class
com.github.tototoshi.csv.CSVReader$$anonfun$iteratorWithHeaders$1$$anonfun$apply$1.class
com.github.tototoshi.csv.QUOTE_NONNUMERIC$.class
com.github.tototoshi.csv.CSVReader$$anonfun$allWithOrderedHeaders$2.class
com.github.tototoshi.csv.package.class
com.github.tototoshi.csv.QUOTE_ALL.class
com.github.tototoshi.csv.CSVWriter$$anonfun$writeAll$1.class
com.github.tototoshi.csv.CSVReader$$anon$1.class
com.github.tototoshi.csv.TSVFormat.class
com.github.tototoshi.csv.SourceLineReader.class
com.github.tototoshi.csv.CSVReader$$anonfun$1.class
com.github.tototoshi.csv.QUOTE_NONNUMERIC.class
com.github.tototoshi.csv.ReaderLineReader.class
com.github.tototoshi.csv.LineReader.class
com.github.tototoshi.csv.QUOTE_ALL$.class
com.github.tototoshi.csv.TSVFormat$class.class
com.github.tototoshi.csv.DefaultCSVFormat.class
com.github.tototoshi.csv.CSVReader$.class
com.github.tototoshi.csv.CSVReader$$anonfun$2.class
com.github.tototoshi.csv.DefaultCSVFormat$class.class
com.github.tototoshi.csv.CSVReader$$anonfun$toStream$2.class
com.github.tototoshi.csv.CSVReader$$anonfun$2$$anonfun$apply$2.class
com.github.tototoshi.csv.CSVReader$$anonfun$iteratorWithHeaders$1.class
com.github.tototoshi.csv.package$.class
|
| 依赖Jar: |
scala-library-2.11.8.jar
/org.scala-lang/scala-library/2.11.8
查看scala-library所有版本文件
scalatest_2.11-3.0.0.jar
/org.scalatest/scalatest_2.11/3.0.0
查看scalatest_2.11所有版本文件
scalacheck_2.11-1.13.4.jar
/org.scalacheck/scalacheck_2.11/1.13.4
查看scalacheck_2.11所有版本文件
scalameter_2.11-0.7.jar
/com.storm-enroute/scalameter_2.11/0.7
查看scalameter_2.11所有版本文件
|