组织ID: |
org.checkerframework.annotatedlib |
项目ID: |
commons-csv |
版本: |
1.7 |
最后修改时间: |
2019-08-02 21:01:21 |
包类型: |
jar |
标题: |
Commons CSV |
描述: |
Apache Commons Bytecode Engineering Library, with type annotations |
相关URL: |
https://github.com/typetools/commons-csv |
大小: |
49.18KB |
|
Maven引入代码: |
<dependency>
<groupId>org.checkerframework.annotatedlib</groupId>
<artifactId>commons-csv</artifactId>
<version>1.7</version>
</dependency>
|
Gradle引入代码: |
org.checkerframework.annotatedlib:commons-csv:1.7
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<name>Commons CSV</name>
<url>https://github.com/typetools/commons-csv</url>
<description>Apache Commons Bytecode Engineering Library, with type annotations</description>
<groupId>org.checkerframework.annotatedlib</groupId>
<artifactId>commons-csv</artifactId>
<licenses>
<license>
<name>GNU General Public License, version 2 (GPL2), with the classpath exception</name>
<url>http://www.gnu.org/software/classpath/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<version>1.7</version>
<scm>
<url>https://github.com/typetools/commons-csv.git</url>
<connection>https://github.com/typetools/commons-csv.git</connection>
</scm>
<developers>
<developer>
<id>Michael Ernst</id>
<name>Michael Ernst</name>
<email>mernst@cs.washington.edu</email>
<url>http://homes.cs.washington.edu/~mernst/</url>
<organization>University of Washington</organization>
<organizationUrl>https://www.cs.washington.edu/</organizationUrl>
</developer>
<developer>
<id>wmdietl</id>
<name>Werner M. Dietl</name>
<email>wdietl@uwaterloo.ca</email>
<organization>University of Waterloo</organization>
<organizationUrl>http://uwaterloo.ca/</organizationUrl>
</developer>
<developer>
<id>Suzanne Millstein</id>
<name>Suzanne Millstein</name>
<email>smillst@cs.washington.edu</email>
<organization>University of Washington</organization>
<organizationUrl>https://www.cs.washington.edu/research/plse/</organizationUrl>
</developer>
</developers>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.commons.csv.ExtendedBufferedReader.class
META-INF/maven/org.apache.commons/commons-csv/pom.xml
org.apache.commons.csv.Token.class
org.apache.commons.csv.CSVFormat.class
org.apache.commons.csv.CSVRecord.class
org.apache.commons.csv.Constants.class
org.apache.commons.csv.Assertions.class
org.apache.commons.csv.IOUtils.class
org.apache.commons.csv.CSVFormat$Predefined.class
org.apache.commons.csv.CSVParser$Headers.class
org.apache.commons.csv.CSVParser$CSVRecordIterator.class
org.apache.commons.csv.CSVParser$1.class
META-INF/NOTICE.txt
META-INF/LICENSE.txt
org.apache.commons.csv.Token$Type.class
org.apache.commons.csv.CSVParser.class
org.apache.commons.csv.CSVPrinter.class
org.apache.commons.csv.Lexer.class
org.apache.commons.csv.QuoteMode.class
META-INF/maven/org.apache.commons/commons-csv/pom.properties
org.apache.commons.csv.CSVFormat$1.class
|
依赖Jar: |
无
|