「付加行」機能の実装中。
[nucalgen] / nucalgen / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4         <modelVersion>4.0.0</modelVersion>
5         <groupId>eiyou_table</groupId>
6         <artifactId>eiyou_table</artifactId>
7         <version>0.0.1-SNAPSHOT</version>
8         <name>EiyouTable</name>
9         <dependencies>
10                 <dependency>
11                         <groupId>org.apache.poi</groupId>
12                         <artifactId>poi-ooxml</artifactId>
13                         <version>3.17</version>
14                 </dependency>
15                 <!-- https://mvnrepository.com/artifact/commons-configuration/commons-configuration -->
16                 <dependency>
17                         <groupId>commons-configuration</groupId>
18                         <artifactId>commons-configuration</artifactId>
19                         <version>1.4</version>
20                 </dependency>
21                 <!-- https://mvnrepository.com/artifact/commons-collections/commons-collections -->
22                 <dependency>
23                         <groupId>commons-collections</groupId>
24                         <artifactId>commons-collections</artifactId>
25                         <version>3.2.2</version>
26                 </dependency>
27                 <!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
28                 <dependency>
29                         <groupId>commons-cli</groupId>
30                         <artifactId>commons-cli</artifactId>
31                         <version>1.4</version>
32                 </dependency>
33
34                 <!-- https://mvnrepository.com/artifact/commons-digester/commons-digester -->
35                 <dependency>
36                         <groupId>commons-digester</groupId>
37                         <artifactId>commons-digester</artifactId>
38                         <version>2.1</version>
39                 </dependency>
40
41
42
43         </dependencies>
44 </project>