-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpom.xml
32 lines (32 loc) · 886 Bytes
/
pom.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
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.martiansoftware</groupId>
<artifactId>jsap</artifactId>
<packaging>jar</packaging>
<name>JSAP</name>
<version>2.2.1</version>
<description>The Java-based Simple Argument Parser.</description>
<url>http://www.martiansoftware.com/jsap/</url>
<licenses>
<license>
<name>Apache License v2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>source</distribution>
</license>
</licenses>
<scm>
<connection>scm:git://github.com/martylamb/jsap.git</connection>
<url>https://github.com/martylamb/jsap</url>
</scm>
<developers>
<developer>
<name>John Mutchek</name>
</developer>
<developer>
<name>Marty Lamb</name>
</developer>
<developer>
<name>Sebastiano Vigna</name>
</developer>
</developers>
</project>