28 lines
1018 B
XML
28 lines
1018 B
XML
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>pi</groupId>
|
|
<artifactId>mvtxt</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<name>montevibiano_txt</name>
|
|
<dependencies>
|
|
<!-- https://mvnrepository.com/artifact/com.ancientprogramming.fixedformat4j/fixedformat4j -->
|
|
<dependency>
|
|
<groupId>com.ancientprogramming.fixedformat4j</groupId>
|
|
<artifactId>fixedformat4j</artifactId>
|
|
<version>1.2.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<version>1.18.20</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<!-- https://mvnrepository.com/artifact/org.beanio/beanio -->
|
|
<dependency>
|
|
<groupId>org.beanio</groupId>
|
|
<artifactId>beanio</artifactId>
|
|
<version>2.1.0</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
</project> |