| 组织ID: |
com.github.tototoshi |
| 项目ID: |
scala-csv_2.11 |
| 版本: |
1.0.0 |
| 最后修改时间: |
2019-09-09 21:13:47 |
| 包类型: |
jar |
| 标题: |
scala-csv |
| 描述: |
scala-csv |
| 相关URL: |
http://github.com/tototoshi/scala-csv |
| 大小: |
89.16KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.tototoshi</groupId>
<artifactId>scala-csv_2.11</artifactId>
<version>1.0.0</version>
</dependency>
|
| Gradle引入代码: |
com.github.tototoshi:scala-csv_2.11:1.0.0
|
| 下载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.0.0</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.0</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-parser-combinators_2.11</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.tototoshi.csv.CSVParser$$anonfun$field$2.class
com.github.tototoshi.csv.CSVReader$$anon$1$$anonfun$next$1.class
com.github.tototoshi.csv.CSVParser$$anonfun$newLine$2.class
com.github.tototoshi.csv.CSVWriter$$anonfun$shouldQuote$1$1.class
com.github.tototoshi.csv.TSVFormat.class
com.github.tototoshi.csv.CSVParser$$anonfun$nonEmptyLine$3$$anonfun$apply$1.class
com.github.tototoshi.csv.CSVWriter$$anonfun$6.class
com.github.tototoshi.csv.CSVParser$$anonfun$field$3.class
com.github.tototoshi.csv.CSVReader$$anonfun$allWithHeaders$1$$anonfun$apply$1.class
com.github.tototoshi.csv.CSVReader$.class
com.github.tototoshi.csv.QUOTE_NONNUMERIC.class
com.github.tototoshi.csv.CSVWriter$$anonfun$1.class
com.github.tototoshi.csv.CSVReader$$anonfun$allWithHeaders$1.class
com.github.tototoshi.csv.CSVFormat.class
com.github.tototoshi.csv.DefaultCSVFormat.class
com.github.tototoshi.csv.CSVReader.class
com.github.tototoshi.csv.package$.class
com.github.tototoshi.csv.QUOTE_NONE$.class
com.github.tototoshi.csv.package.class
com.github.tototoshi.csv.MalformedCSVException.class
com.github.tototoshi.csv.Between$$anonfun$between$2.class
com.github.tototoshi.csv.CSVWriter$$anonfun$3.class
com.github.tototoshi.csv.CSVParser$$anonfun$com$github$tototoshi$csv$CSVParser$$textData$2$2.class
com.github.tototoshi.csv.Quoting.class
com.github.tototoshi.csv.CSVReader$$anon$1.class
com.github.tototoshi.csv.CSVWriter$$anonfun$2.class
com.github.tototoshi.csv.Between.class
com.github.tototoshi.csv.CSVReader$$anonfun$toStream$2.class
com.github.tototoshi.csv.CSVParser$$anonfun$field$1.class
com.github.tototoshi.csv.QUOTE_MINIMAL$.class
com.github.tototoshi.csv.CSVParser$$anonfun$com$github$tototoshi$csv$CSVParser$$textData$1$2$$anonfun$apply$3.class
com.github.tototoshi.csv.CSVParser$$anonfun$emptyLine$1.class
com.github.tototoshi.csv.CSVWriter.class
com.github.tototoshi.csv.CSVParserException.class
com.github.tototoshi.csv.CSVParser$$anonfun$emptyLine$2.class
com.github.tototoshi.csv.CSVWriter$$anonfun$shouldQuote$1$3.class
com.github.tototoshi.csv.CSVReader$$anonfun$allWithHeaders$2.class
com.github.tototoshi.csv.QUOTE_ALL.class
com.github.tototoshi.csv.CSVParser$$anonfun$com$github$tototoshi$csv$CSVParser$$escapedQuote$1$2.class
com.github.tototoshi.csv.Between$class.class
com.github.tototoshi.csv.CSVWriter$$anonfun$5.class
com.github.tototoshi.csv.CSVParser$$anonfun$com$github$tototoshi$csv$CSVParser$$nonEscaped$1$2.class
com.github.tototoshi.csv.QUOTE_NONNUMERIC$.class
com.github.tototoshi.csv.CSVParser$$anonfun$escaped$1$1$$anonfun$apply$7.class
com.github.tototoshi.csv.CSVParser$$anonfun$com$github$tototoshi$csv$CSVParser$$escapedQuote$1$1.class
com.github.tototoshi.csv.CSVParser$$anonfun$com$github$tototoshi$csv$CSVParser$$textData$2$1.class
com.github.tototoshi.csv.CSVParser$$anonfun$com$github$tototoshi$csv$CSVParser$$textData$1$1$$anonfun$apply$2.class
com.github.tototoshi.csv.CSVParser$$anonfun$com$github$tototoshi$csv$CSVParser$$textData$2$1$$anonfun$apply$6.class
com.github.tototoshi.csv.CSVReader$$anonfun$toStream$1.class
com.github.tototoshi.csv.Between$$anonfun$between$1.class
com.github.tototoshi.csv.CSVParser$$anonfun$newLine$1.class
com.github.tototoshi.csv.CSVParser$$anonfun$nonEmptyLine$2.class
com.github.tototoshi.csv.CSVParser$$anonfun$com$github$tototoshi$csv$CSVParser$$textData$1$2$$anonfun$apply$4.class
com.github.tototoshi.csv.CSVReader$$anonfun$toStream$3.class
com.github.tototoshi.csv.CSVParser$$anonfun$escaped$1$1.class
com.github.tototoshi.csv.CSVWriter$$anonfun$shouldQuote$1$2.class
com.github.tototoshi.csv.TSVFormat$class.class
com.github.tototoshi.csv.package$$anon$1.class
com.github.tototoshi.csv.CSVParser$$anonfun$nonEmptyLine$1.class
com.github.tototoshi.csv.CSVParser$$anonfun$escaped$1$1$$anonfun$apply$9.class
com.github.tototoshi.csv.CSVParser$$anonfun$com$github$tototoshi$csv$CSVParser$$textData$1$1.class
com.github.tototoshi.csv.QUOTE_ALL$.class
com.github.tototoshi.csv.CSVReader$$anonfun$handleParseSuccess$1$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
scala-library-2.11.0.jar
/org.scala-lang/scala-library/2.11.0
查看scala-library所有版本文件
scalatest_2.11-2.1.3.jar
/org.scalatest/scalatest_2.11/2.1.3
查看scalatest_2.11所有版本文件
scala-parser-combinators_2.11-1.0.1.jar
/org.scala-lang.modules/scala-parser-combinators_2.11/1.0.1
查看scala-parser-combinators_2.11所有版本文件
|