forked from apache/commons-csv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cfMavenCentral.xml
50 lines (39 loc) · 1.77 KB
/
cfMavenCentral.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<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.9.0</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>[email protected]</email>
<url>http://homes.cs.washington.edu/~mernst/</url>
<organization>University of Washington</organization>
<organizationUrl>https://www.cs.washington.edu/</organizationUrl>
</developer>
<developer>
<id>Suzanne Millstein</id>
<name>Suzanne Millstein</name>
<email>[email protected]</email>
<organization>University of Washington</organization>
<organizationUrl>https://www.cs.washington.edu/research/plse/</organizationUrl>
</developer>
</developers>
</project>